1 package org.catacomb.interlish.service; 2 3 4 public interface ResourceLoader { 5 6 Object getResource(String configPath, String selector); 7 8 }