Package org.apache.lucene.util
Interface ResourceLoaderAware
-
public interface ResourceLoaderAware
Interface for a component that needs to be initialized by an implementation ofResourceLoader
.- See Also:
ResourceLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
inform(ResourceLoader loader)
Initializes this component with the provided ResourceLoader (used for loading classes, files, etc).
-
-
-
Method Detail
-
inform
void inform(ResourceLoader loader) throws IOException
Initializes this component with the provided ResourceLoader (used for loading classes, files, etc).- Throws:
IOException
-
-