public class PropertiesReference extends Object implements Serializable
| 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 |
| Modifier and Type | Field and Description |
|---|---|
String |
data |
private static long |
serialVersionUID |
ReferenceType |
type |
| Constructor and Description |
|---|
PropertiesReference(ReferenceType type,
String data) |
private static final long serialVersionUID
public final ReferenceType type
public final String data
public PropertiesReference(ReferenceType type, String data)
Copyright © 2011-2014 David R. Smith. All Rights Reserved.