| Interface | Description |
|---|---|
| LoadableTypeCallback |
Callback interface for processing loadable types.
|
| Class | Description |
|---|---|
| JavaTools |
A set of useful functions related to the Java language.
|
| LoadableType |
This class contains information about a type that can be detected in a jar manifest or class file.
|
| LoadableTypeProcessor |
A utility class for processing loadable types from jar files.
|
| LoadableTypeProcessor.EntityFactoryRegisterCallback |
A LoadableTypeCallback that will registry EntityFactory implementations.
|
| LoadableTypeProcessor.MessageFactoryRegisterCallback |
A LoadableTypeCallback that will registry MessageFactory implementations.
|
| LoadableTypeProcessor.PropertyFactoryRegisterCallback |
A LoadableTypeCallback that will registry PropertyFactory implementations.
|