Uses of Class
net.foxgenesis.util.resource.ModuleResource
Packages that use ModuleResource
Package
Description
-
Uses of ModuleResource in net.foxgenesis.config
Methods in net.foxgenesis.config with parameters of type ModuleResourceModifier and TypeMethodDescriptionvoidKVPFile.parse(@NotNull ModuleResource resource) Parse aModuleResourceinto the configuration mapping.Constructors in net.foxgenesis.config with parameters of type ModuleResourceModifierConstructorDescriptionKVPFile(@NotNull ModuleResource resource) Parse AModuleResourceinto a KVP (Key Value Pair) file. -
Uses of ModuleResource in net.foxgenesis.database
Constructors in net.foxgenesis.database with parameters of type ModuleResourceModifierConstructorDescriptionAbstractDatabase(@NotNull String name, @NotNull ModuleResource operationsFile, @NotNull ModuleResource setupFile) NEED_JAVADOC -
Uses of ModuleResource in net.foxgenesis.util
Methods in net.foxgenesis.util with parameters of type ModuleResourceModifier and TypeMethodDescriptionstatic PropertiesResourceUtils.getProperties(Path path, ModuleResource defaults) Parse aPropertiesfile at the specifiedPath.static org.apache.commons.configuration2.INIConfigurationResourceUtils.loadINI(ModuleResource defaults, Path dir, String output) Load an.iniconfiguration file from the specified directory and file.static org.apache.commons.configuration2.PropertiesConfigurationResourceUtils.loadProperties(ModuleResource defaults, Path dir, String output) NEED_JAVADOC -
Uses of ModuleResource in net.foxgenesis.util.resource
Subclasses of ModuleResource in net.foxgenesis.util.resourceModifier and TypeClassDescriptionclassA class that points to a resource inside a module and implements methods to read from it after formatting its data. -
Uses of ModuleResource in net.foxgenesis.watame
Fields in net.foxgenesis.watame declared as ModuleResourceModifier and TypeFieldDescriptionstatic final ModuleResourceConstants.DATABASE_OPERATIONS_FILEstatic final ModuleResourceConstants.DATABASE_SETTINGS_FILEstatic final ModuleResourceConstants.DATABASE_SETUP_FILEstatic final ModuleResourceConstants.LOGGING_SETTINGS