| java.lang.Object org.jboss.mx.loading.HeirarchicalLoaderRepository3ConfigParser
HeirarchicalLoaderRepository3ConfigParser | public class HeirarchicalLoaderRepository3ConfigParser implements LoaderRepositoryConfigParser(Code) | | 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).
author: Scott.Stark@jboss.org version: $Revision: 57200 $ |
Method Summary | |
public void | configure(LoaderRepository repository, String config) Set the HeirarchicalLoaderRepository3.UseParentFirst attribute based on
the value of the java2ParentDelegation property found in the config. |
configure | public void configure(LoaderRepository repository, String config) throws Exception(Code) | | Set the HeirarchicalLoaderRepository3.UseParentFirst attribute based on
the value of the java2ParentDelegation property found in the config.
Parameters: repository - the HeirarchicalLoaderRepository3 to set theUseParentFirst attribute on. Parameters: config - A string representation of a Properties file throws: Exception - |
|
|