org.jboss.mx.loading
Interface LoaderRepositoryFactory.LoaderRepositoryConfigParser
- All Known Implementing Classes:
- HeirarchicalLoaderRepository3ConfigParser (src)
- Enclosing interface:
- LoaderRepositoryFactory (src)
- public static interface LoaderRepositoryFactory.LoaderRepositoryConfigParser
The interface representing a LoaderRepository configuration parser. A
LoaderRepositoryConfigParser knows how to take a string representation of
a config and map that onto a LoaderRepository implementation.
configure
public void configure(LoaderRepository (src) repository,
java.lang.String config)
throws java.lang.Exception
- Throws:
java.lang.Exception