public class InitializationService extends Object
See also Initializer.
| Modifier | Constructor and Description |
|---|---|
protected |
InitializationService()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private static Logger |
getLogger()
Get a logger.
|
private static ServiceLoader<Initializer> |
getServiceLoader()
Obtain the service loader instance used in the initialization process.
|
static void |
initialize()
Initialize all the registered library modules.
|
public static void initialize()
throws InitializationException
InitializationException - if initialization did not complete successfullyprivate static ServiceLoader<Initializer> getServiceLoader()
Copyright © 1999–2014. All rights reserved.