Interface | Description |
---|---|
AdapterConfigManager |
The interface which has all the methods that provide the functionality to create,
save or sync the adapter.
|
ManagementComponent |
Interface for management components that exist outside of the standard adapter lifecycle.
|
Class | Description |
---|---|
ArgUtil |
Utility for parsing unix style arguments.
|
BootstrapProperties |
This class holds the necessary information for startup and provides a extra method for getting the available adapter
configuration.
|
Constants |
Constants and lots of them.
|
ManagementComponentFactory |
Simple factory that creates management components.
|
ManagementComponentInfo | |
MgmtComponentImpl | |
NoAdapterBootstrap |
Entry point into an adapter from the command line.
|
ShutdownHandler |
Runnable implementation to be used as a Shutdown Hook.
|
SimpleBootstrap |
Entry point into an adapter from the commandline.
|
SystemPropertiesUtil |
Set additional system properties from properties stored in the bootstrap.properties file.
|
UnifiedBootstrap |
This is the class that handles almost everything required for startup.
|
VersionReport |
Class to report module version numbers.
|
VersionReport.ComponentVersion |