| Class | Description |
|---|---|
| LoadList |
Container for list of references from which to load properties.
|
| PropertiesReference |
Data type to represent one of:
|
| 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–2016 David R. Smith. All rights reserved.