Package | Description |
---|---|
sirius.kernel.settings |
Provides a wrapper around the typesafe config
library.
|
Modifier and Type | Method and Description |
---|---|
protected Extension |
ExtendedSettings.getDefault(String type) |
Extension |
ExtendedSettings.getExtension(String type,
String id)
Returns the Extension for the given id of the given type
|
Modifier and Type | Method and Description |
---|---|
Collection<Extension> |
ExtendedSettings.getExtensions(String type)
Returns all extensions available for the given type
The order of the extensions can be defined, setting a property named priority.
|
Modifier and Type | Method and Description |
---|---|
int |
Extension.compareTo(Extension o) |
Copyright © 2018. All rights reserved.