|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XClassLoaderConfiguration | |
|---|---|
| org.openbp.common.classloader | All-purpose custom class loader supporting loading classes from directories, paths and zip files. |
| Uses of XClassLoaderConfiguration in org.openbp.common.classloader |
|---|
| Fields in org.openbp.common.classloader declared as XClassLoaderConfiguration | |
|---|---|
protected XClassLoaderConfiguration |
XClassLoaderBase.configuration
A clone of the configuration passed during construction of the class loader. |
| Methods in org.openbp.common.classloader that return XClassLoaderConfiguration | |
|---|---|
XClassLoaderConfiguration |
XClassLoaderBase.getConfiguration()
Gets the a clone of the configuration passed during construction of the class loader.. |
| Methods in org.openbp.common.classloader with parameters of type XClassLoaderConfiguration | |
|---|---|
protected void |
XClassLoaderBase.init(XClassLoaderConfiguration configuration)
This method initializes the class loader with the configuration passed. |
| Constructors in org.openbp.common.classloader with parameters of type XClassLoaderConfiguration | |
|---|---|
XClassLoader(XClassLoaderConfiguration config)
The constructor. |
|
XClassLoaderBase(XClassLoaderConfiguration configuration)
Constructor. |
|
XClassLoaderSystemErr(XClassLoaderConfiguration config,
java.lang.String logLevel)
The constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||