Package | Description |
---|---|
org.settings4j | |
org.settings4j.config | |
org.settings4j.settings |
Modifier and Type | Method and Description |
---|---|
Settings4jInstance |
Settings4jRepository.getSettings()
Retrieve the appropriate
Settings4j instance. |
Settings4jInstance |
Settings4jRepository.getSettings(Settings4jFactory factory)
Retrieve the appropriate
Settings4j instance or create it with the give factory if doesn'r already exist. |
Settings4jInstance |
Settings4jFactory.makeNewSettingsInstance()
The default implementation makes a new
DefaultSettings (String name) instance. |
Modifier and Type | Method and Description |
---|---|
protected void |
DOMConfigurator.parseChildrenOfSettingsElement(Element settingsElement,
Settings4jInstance settings)
Used internally to parse the children of a settings element.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSettings
The default Settings Object.
|
Modifier and Type | Method and Description |
---|---|
static Settings4jInstance |
SettingsManager.getSettings()
Retrieve the appropriate
Settings4j instance. |
Settings4jInstance |
DefaultSettingsRepository.getSettings() |
Settings4jInstance |
DefaultSettingsRepository.getSettings(Settings4jFactory factory)
Retrieve the appropriate
Settings4j instance or create it with the give factory if doesn'r already exist. |
Settings4jInstance |
DefaultSettingsFactory.makeNewSettingsInstance()
The default implementation makes a new
DefaultSettings (String name) instance. |
Copyright © 2008–2014. All rights reserved.