Uses of Package
asia.redact.bracket.properties.mgmt

Packages that use asia.redact.bracket.properties.mgmt
asia.redact.bracket.properties   
asia.redact.bracket.properties.mgmt   
 

Classes in asia.redact.bracket.properties.mgmt used by asia.redact.bracket.properties
Attributes
          Instructions on how to handle the load of the files which apply to the full work flow.
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
 

Classes in asia.redact.bracket.properties.mgmt used by asia.redact.bracket.properties.mgmt
Attributes
          Instructions on how to handle the load of the files which apply to the full work flow.
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
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-2013 David R. Smith. All Rights Reserved.