Method Summary |
|
public void | addPropertyChangeListener(PropertyChangeListener listener) Add a property change listener to this component. |
public void | addRepository(String repository) Add a new repository to the set of repositories for this class loader. |
public String[] | findRepositories() Return the set of repositories defined for this class loader. |
public ClassLoader | getClassLoader() Return the Java class loader to be used by this Container. |
public Container | getContainer() Return the Container with which this Loader has been associated. |
public DefaultContext | getDefaultContext() Return the DefaultContext with which this Manager is associated. |
public boolean | getDelegate() Return the "follow standard delegation model" flag used to configure
our ClassLoader. |
public String | getInfo() Return descriptive information about this Loader implementation and
the corresponding version number, in the format
<description>/<version> . |
public boolean | getReloadable() Return the reloadable flag for this Loader. |
public boolean | modified() |
public void | removePropertyChangeListener(PropertyChangeListener listener) Remove a property change listener from this component. |
public void | setContainer(Container container) Set the Container with which this Loader has been associated. |
public void | setDefaultContext(DefaultContext defaultContext) Set the DefaultContext with which this Manager is associated. |
public void | setDelegate(boolean delegate) Set the "follow standard delegation model" flag used to configure
our ClassLoader. |
public void | setReloadable(boolean reloadable) Set the reloadable flag for this Loader. |