|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.loading.HeirarchicalLoaderRepository3ConfigParser
The LoaderRepositoryConfigParser implementation for the HeirarchicalLoaderRepository3. This implementation supports the single java2ParentDelegation property which indicates whether the HeirarchicalLoaderRepository3 should load classes from its scope first followed by its parent repository (java2ParentDelegation=true).
Constructor Summary | |
HeirarchicalLoaderRepository3ConfigParser()
|
Method Summary | |
void |
configure(LoaderRepository (src) repository,
java.lang.String config)
Set the HeirarchicalLoaderRepository3.UseParentFirst attribute based on the value of the java2ParentDelegation property found in the config. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HeirarchicalLoaderRepository3ConfigParser()
Method Detail |
public void configure(LoaderRepository (src) repository, java.lang.String config) throws java.lang.Exception
configure
in interface LoaderRepositoryFactory.LoaderRepositoryConfigParser (src)
repository
- the HeirarchicalLoaderRepository3 to set the
UseParentFirst attribute on.config
- A string representation of a Properties file
java.lang.Exception
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |