Uses of Class
org.simpleyaml.configuration.ConfigurationWrapper
Packages that use ConfigurationWrapper
-
Uses of ConfigurationWrapper in org.simpleyaml.configuration
Fields in org.simpleyaml.configuration declared as ConfigurationWrapperModifier and TypeFieldDescriptionprotected final ConfigurationWrapper<T>ConfigurationWrapper.parentMethods in org.simpleyaml.configuration that return ConfigurationWrapperModifier and TypeMethodDescriptionConfigurationWrapper.addDefault(Object value) Sets the default value of this path.ConfigurationWrapper.addDefault(String child, Object value) Sets the default value of the provided child path.protected ConfigurationWrapper<T>ConfigurationWrapper.apply(ConfigurationWrapper.ApplyToPath method) protected ConfigurationWrapper<T>ConfigurationWrapper.applyToChild(ConfigurationWrapper.ApplyToPath method, String path) ConfigurationWrapper.createSection()Creates an emptyConfigurationSectionat this path.ConfigurationWrapper.createSection(String child) Creates an emptyConfigurationSectionat the provided child path.ConfigurationWrapper.parent()Returns to the parent.Get a wrapper builder for the given child path.Set the given value to this path.protected ConfigurationWrapper<T>ConfigurationWrapper.set(ConfigurationWrapper.SetToPath method, Object value) Set the given value to the provided child path.protected ConfigurationWrapper<T>ConfigurationWrapper.setToChild(ConfigurationWrapper.SetToPath method, String child, Object value) Constructors in org.simpleyaml.configuration with parameters of type ConfigurationWrapperModifierConstructorDescriptionprotectedConfigurationWrapper(T configuration, String path, ConfigurationWrapper<T> parent)