Interface ConfigItemCollection
- All Known Implementing Classes:
ConfigRoot,ConfigSection
public interface ConfigItemCollection
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddItem(AbstractConfigItem item) getItems()default List<AbstractConfigItem> default List<ConfigProperty> default List<ConfigSection> default List<ConfigProperty> default List<ConfigSection> booleanboolean
-
Method Details
-
getItems
List<AbstractConfigItem> getItems() -
getProperties
-
getSections
-
getNonDeprecatedItems
-
getNonDeprecatedProperties
-
getNonDeprecatedSections
-
addItem
-
hasDurationType
boolean hasDurationType() -
hasMemorySizeType
boolean hasMemorySizeType()
-