Interface StorageConfigurationDescription
public interface StorageConfigurationDescription
This interface provides the means to store a
InheritedConfigurationDescription by using very simple data
structures while simultaneously providing all information needed for
inheritance and overriding.- Author:
- Ulrich Kreher
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets all entries of this configuration description indexed by their names.
-
Method Details
-
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.
-