public interface LibrariesInitializer
Library implementations to instance and call them.| Modifier and Type | Method and Description |
|---|---|
void |
fullInitialize()
Initializes and post-initializes all available
Library objects. |
void |
fullInitialize(boolean ignoreerrors)
Initializes and post-initializes all available
Library objects. |
void |
initialize()
Initializes all available
Library objects. |
void |
initialize(boolean ignoreerrors)
Initializes all available
Library objects. |
void |
postInitialize()
Post-initializes all available
Library objects. |
void |
postInitialize(boolean ignoreerrors)
Post-initializes all available
Library objects. |
void initialize()
Library objects. The initialization
process will stop if any exception is thrown by any of the libraries.void initialize(boolean ignoreerrors)
Library objects. The initialization
process will stop or not if any exception is thrown by any of the
libraries depending on the ignoreerrors parameter.ignoreerrors - if library initialization errors will stop de processvoid postInitialize()
Library objects. The
initialization
process will stop if any exception is thrown by any of the libraries.void postInitialize(boolean ignoreerrors)
Library objects. The
initialization
process will stop or not if any exception is thrown by any of the
libraries depending on the ignoreerrors parameter.ignoreerrors - if library initialization errors will stop de processvoid fullInitialize()
Library objects.
The initialization
process will stop if any exception is thrown by any of the libraries.void fullInitialize(boolean ignoreerrors)
Library objects.
The initialization
process will stop or not if any exception is thrown by any of the
libraries depending on the ignoreerrors parameter.ignoreerrors - if library initialization errors will stop de process