Class SimpleConfigPath<T>

java.lang.Object
me.hsgamer.hscore.config.path.BaseConfigPath<T>
me.hsgamer.hscore.config.path.impl.SimpleConfigPath<T>
All Implemented Interfaces:
ConfigPath<T>

public class SimpleConfigPath<T> extends BaseConfigPath<T>
  • Constructor Details

    • SimpleConfigPath

      public SimpleConfigPath(String path, T def)
      Create a config path
      Parameters:
      path - the path to the value
      def - the default value if it's not found