Interface | Description |
---|---|
LibrariesInitializer |
Initializes the libraries of the application by finding the available
Library implementations to instance and call them. |
Library |
Library initialization and registration.
|
Library.Required | |
Library.TYPE |
Constant definitions for library types.
|
Class | Description |
---|---|
AbstractLibrariesInitializer |
Base implementation of an
LibrariesInitializer with the
initialization of Libraries already implemented, delegating on child classes
the finding of available Library objects. |
AbstractLibrary |
Base Library implementation, checking that a Library is initialized and
postInitialized only once.
|
AbstractLibrary.DefaultRequired |
Association between a library class and its type.
|
Exception | Description |
---|---|
LibraryException |
Exception for errors in the initialization of a Library.
|