Interface | Description |
---|---|
IJavaComponent |
Client interface of a Java component.
|
IJavaComponentClassLoader |
Interface of the class loaders instantiated for Java components.
|
Class | Description |
---|---|
JavaComponentClassLoader |
Just combining
IJavaComponentClassLoader and URLClassLoader . |
JavaComponentUtil |
Utility functions around Java components.
|
Enum | Description |
---|---|
IJavaComponent.Part |
A Java component is constructed from three different aspects, that are either publicly shared, privately used for implementation, or only available
in development mode for testing.
|