org.jboss.mx.loading
Interface LoaderRepositoryFactory.LoaderRepositoryConfigParser
- Enclosing class:
- LoaderRepositoryFactory
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
void configure(LoaderRepository repository,
String config)
throws Exception
- Throws:
Exception
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.