Class Config
java.lang.Object
com.github.mizool.core.configuration.Config
Main entry point for the configuration API.
- 
Method SummaryModifier and TypeMethodDescriptionstatic RootNodeblank()Creates a root node without any properties.static RootNodefrom(Properties properties) Creates a root node encapsulating access to the givenPropertiesinstance.static RootNodeCreates a root node encapsulating access to the current system properties.
- 
Method Details- 
blankCreates a root node without any properties. Usually used as a starting point followed by multipleRootNode.add()calls.
- 
systemPropertiesCreates a root node encapsulating access to the current system properties.
- 
fromCreates a root node encapsulating access to the givenPropertiesinstance.
 
-