Interface StorageConfigurationDescription
-
public interface StorageConfigurationDescription
This interface provides the means to store aInheritedConfigurationDescription
by using very simple data structures while simultaneously providing all information needed for inheritance and overriding.- Author:
- Ulrich Kreher
- See Also:
InheritedConfigurationDescription
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,ConfigurationDescription.ConfigurationEntry>
getEntries()
Gets all entries of this configuration description indexed by their names.
-
-
-
Method Detail
-
getEntries
Map<String,ConfigurationDescription.ConfigurationEntry> getEntries()
Gets all entries of this configuration description indexed by their names.- Returns:
- All entries of this configuration description indexed by their names.
-
-