ServiceLoaderImplpublic interface ServiceLoader
class manages a configuration loaders. When the loaded configurations
populate the Metadata. The location of configuration
file is resource path. Actually there are two choices to provide
configuration file:
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Properties |
getConfiguration() |
|
boolean |
load() |
The attempt loading a configuration xml file.
|