Uses of Enum Class
net.foxgenesis.util.resource.ConfigType
Packages that use ConfigType
-
Uses of ConfigType in net.foxgenesis.util.resource
Methods in net.foxgenesis.util.resource that return ConfigTypeModifier and TypeMethodDescriptionstatic ConfigTypeReturns the enum constant of this class with the specified name.static ConfigType[]ConfigType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.foxgenesis.util.resource with parameters of type ConfigTypeModifier and TypeMethodDescriptionstatic org.apache.commons.configuration2.ConfigurationResourceUtils.loadConfiguration(ConfigType type, ModuleResource defaults, Path directory, String output) Load a configuration file of the providedtypefrom the specified directory and file.