Interface | Description |
---|---|
Resources |
Interface for loading resources from a location on the file system.
|
Class | Description |
---|---|
ApplicationResources |
This class resolves the original resources that are shipped as part of the application.
|
ConfigurableResources |
This class switches between UserResources and ApplicationResources.
|
IniPropertiesConstructor |
Convert the contents of an ini file to a java.util.Map and back.
|
ResourcePaths |
Listing of locations of resources.
|
ScriptResources |
Class responsible for loading scripts.
|
UserResources |
Class responsible for loading files specific for the user.
|
VariableConstants |
Listing of configuration variables used by the application.
|