| Class | Description |
|---|---|
| Attributes |
Instructions on how to handle the load of the files which apply to the full work flow.
|
| LoadList |
Our list of references from which to load properties.
|
| PropertiesReference |
Data type to represent one of:
ReferenceType.EXTERNAL, in which case data is understood to be an Operating system path to a properties file
ReferenceType.CLASSLOADED, in which case data is understood as a path to a class loadable properties file
ReferenceType.DIRECT, in which case data is understood as raw properties name value pairs to be parsed as such
ReferenceType.COMMANDLINE_OVERRIDE in which case data is the name of a property to be searched for from the command line
|
| Enum | Description |
|---|---|
| ReferenceType |
EXTERNALUsed with paths on the OS, such as /home/users/dsmith/my.properties
CLASSLOADEDUsed with paths on the java classpath, such as /my.properties
DIRECTUsed with properties file formatted Strings, "mykey=val1\nkey2=val2"
COMMANDLINE_OVERRIDEUsed to indicate a single property we want to look for on the command line, such as "key1"
|
Copyright © 2011-2014 David R. Smith. All Rights Reserved.