Class Config

java.lang.Object
com.github.mizool.core.configuration.Config

public final class Config extends Object
Main entry point for the configuration API.
  • Method Details

    • blank

      public static RootNode blank()
      Creates a root node without any properties. Usually used as a starting point followed by multiple RootNode.add() calls.
      See Also:
    • systemProperties

      public static RootNode systemProperties()
      Creates a root node encapsulating access to the current system properties.
    • from

      public static RootNode from(Properties properties)
      Creates a root node encapsulating access to the given Properties instance.