asia.redact.bracket.properties.mgmt
Class PropertiesReference

java.lang.Object
  extended by 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

Field Summary
 String data
           
 ReferenceType type
           
 
Constructor Summary
PropertiesReference(ReferenceType type, String data)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public final ReferenceType type

data

public final String data
Constructor Detail

PropertiesReference

public PropertiesReference(ReferenceType type,
                           String data)


Copyright © 2011-2013 David R. Smith. All Rights Reserved.