- get(ConfigFile) - Method in class tech.ferus.util.config.ConfigKey
-
Returns the value stored in configuration for this key.
- get(ConfigFile, T) - Method in class tech.ferus.util.config.ConfigKey
-
Returns the value stored in configuration this key.
- getFile() - Method in class tech.ferus.util.config.ConfigFile
-
Gets the location of the configuration file on disk.
- getFileDirectory() - Method in class tech.ferus.util.config.ConfigFile
-
Gets the location of the configuration file's parent directory on disk.
- getLoader() - Method in class tech.ferus.util.config.ConfigFile
-
Gets the active loader for the configuration file on disk.
- getNode() - Method in class tech.ferus.util.config.ConfigFile
-
Gets the root ConfigurationNode.
- getNode(Object) - Method in class tech.ferus.util.config.ConfigFile
-
Gets a ConfigurationNode on the first level.
- getNode(Object...) - Method in class tech.ferus.util.config.ConfigFile
-
Gets a ConfigurationNode on any level.
- getNode(Object) - Method in class tech.ferus.util.config.HoconConfigFile
-
Gets a ConfigurationNode on the first level.
- getNode(Object...) - Method in class tech.ferus.util.config.HoconConfigFile
-
Gets a ConfigurationNode on any level.
- GsonConfigFile - Class in tech.ferus.util.config
-
An implementation of
ConfigFile for the GSON specification.
- GsonConfigFile(Path, ConfigurationLoader<ConfigurationNode>, ConfigurationNode) - Constructor for class tech.ferus.util.config.GsonConfigFile
-