asia.redact.bracket.properties.mgmt
Class PropertiesReference
java.lang.Object
asia.redact.bracket.properties.mgmt.PropertiesReference
public class PropertiesReference
- extends Object
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
|
- Author:
- Dave
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public final ReferenceType type
data
public final String data
PropertiesReference
public PropertiesReference(ReferenceType type,
String data)
Copyright © 2011-2013 David R. Smith. All Rights Reserved.