- get(String) - Method in class org.apache.tamaya.format.MappedConfigurationDataPropertySource
-
- getCombinedProperties() - Method in class org.apache.tamaya.format.ConfigurationData
-
Get combined properties for this config data instance, which contains all
properties of all sections in the form Entry<section::property,value>.
- getDefaultProperties() - Method in class org.apache.tamaya.format.ConfigurationData
-
Convenience accessor for accessing the 'default' section.
- getFormat() - Method in class org.apache.tamaya.format.ConfigurationData
-
- getFormats() - Static method in class org.apache.tamaya.format.ConfigurationFormats
-
Get all currently available formats, ordered by priority.
- getFormats(String...) - Static method in class org.apache.tamaya.format.ConfigurationFormats
-
Get all currently available formats, ordered by priority.
- getFormats(URL) - Static method in class org.apache.tamaya.format.ConfigurationFormats
-
Get all currently available formats, ordered by priority.
- getName() - Method in interface org.apache.tamaya.format.ConfigurationFormat
-
Get a unique name of the format.
- getName() - Method in class org.apache.tamaya.format.formats.IniConfigurationFormat
-
- getName() - Method in class org.apache.tamaya.format.formats.PropertiesFormat
-
- getName() - Method in class org.apache.tamaya.format.formats.PropertiesXmlFormat
-
- getProperties() - Method in class org.apache.tamaya.format.MappedConfigurationDataPropertySource
-
- getPropertySources(ConfigurationData) - Method in class org.apache.tamaya.format.BaseFormatPropertySourceProvider
-
Method to create a PropertySource based on the given entries read.
- getPropertySources() - Method in class org.apache.tamaya.format.BaseFormatPropertySourceProvider
-
This method does dynamically resolve the paths using the current ClassLoader set.
- getResource() - Method in class org.apache.tamaya.format.ConfigurationData
-
Get the resource from which this data was read.
- getSection(String) - Method in class org.apache.tamaya.format.ConfigurationData
-
Get a section's data.
- getSectionNames() - Method in class org.apache.tamaya.format.ConfigurationData
-
Access an immutable Set of all present section names, including the default section (if any).
- getSectionNames() - Method in class org.apache.tamaya.format.ConfigurationDataBuilder
-
Access the current named sections, if not present a new instance is initialized.