Interface | Description |
---|---|
ModuleStartup |
Interface server startup need to implement
|
Class | Description |
---|---|
ArgumentManager |
API -- For now sticking with the draft1 API and behavior
This class will be handy for fixing error detection of bad input as below.
|
ContextDuplicatePostProcessor | Deprecated
Use DuplicatePostProcessor instead
|
EarlyLogHandler | |
Main |
CLI entry point that will setup the module subsystem and delegate the main
execution to the first archive in its import list...
|
Main.MainFilter |
This filter matches against the name, including only
matching a ModuleStartup with no name if name is
null (unlike a normal "null" returned from name, which
acts as a wildcard for the name)
|
PlatformMain |
Useful delegation model for starting a hk2 instance using a service based
lookup
|
StartupContext |
This class contains important information about the startup process.
|
Which |
Finds out where a class file is loaded from.
|
Exception | Description |
---|---|
BootException |
Signals a fatal error in the module system launch.
|