Uses of Interface
asia.redact.bracket.properties.Properties

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

Uses of Properties in asia.redact.bracket.properties
 

Classes in asia.redact.bracket.properties that implement Properties
 class PropertiesImpl
           A better Properties class.
 class SortedPropertiesImpl
           Adds sorted map capability, but with the overhead of a TreeMap.
 

Fields in asia.redact.bracket.properties declared as Properties
(package private)  Properties PropertiesParser.properties
           
(package private)  Properties OutputAdapter.properties
           
(package private)  Properties TreeSynchronizer.props
           
(package private)  Properties TreeBuilder.props
           
protected  Properties PropertiesParser2.props
           
(package private)  Properties ParseXML.props
           
(package private)  Properties BracketPropertiesSAXHandler.props
           
 

Methods in asia.redact.bracket.properties that return Properties
static Properties Properties.Factory.getDotInstance(InputStream in)
           
static Properties Properties.Factory.getDotInstance(Reader reader)
           
 Properties PropertiesImpl.getGroup(GroupParams params)
           
static Properties Properties.Factory.getInstance()
           
static Properties Properties.Factory.getInstance(InputStream in)
           
static Properties Properties.Factory.getInstance(Properties legacy)
          Load from a legacy Properties file object
static Properties Properties.Factory.getInstance(Reader reader)
           
static Properties Properties.Factory.getInstance(String baseName, Locale locale)
          baseName is something like a.b.c.MyProperty which with Locale.AU will be a search path like /a.b.c.MyProperty_en_AU.properties
static Properties Properties.Factory.getInstance(URL url)
           
static Properties Properties.Factory.getInstanceFromXML(File file)
          The input file must have been generated by OutputAdapter.writeAsXML(Writer) or meet the same requirements as regards form.
 Properties PropertiesParser2.getProperties()
           
 Properties PropertiesParser.getProperties()
           
 Properties ParseXML.getProps()
           
 Properties BracketPropertiesSAXHandler.getResult()
           
 Properties PropertiesImpl.merge(Properties props)
          This is a merge function, existing keys which do not collide with the incoming are kept, keys that collide are overwritten with the new values TODO, cause comments to come over as well
 Properties Properties.merge(Properties props)
          Overwrite existing keys with the new ones, keep those existing ones that don't collide This operation is non-destructive on the input does not concatenate comments
 Properties PropertiesImpl.merge(Properties props, boolean mergeComments)
           
 Properties Properties.merge(Properties props, boolean mergeComments)
          Overwrite existing keys with the new ones, keep those existing ones that don't collide This operation is non-destructive on the input
static Properties Properties.Factory.sortedInstance(Properties props)
           
static Properties Properties.Factory.sortedInstance(Properties props, Comparator<String> comp)
           
 

Methods in asia.redact.bracket.properties with parameters of type Properties
 Properties PropertiesImpl.merge(Properties props)
          This is a merge function, existing keys which do not collide with the incoming are kept, keys that collide are overwritten with the new values TODO, cause comments to come over as well
 Properties Properties.merge(Properties props)
          Overwrite existing keys with the new ones, keep those existing ones that don't collide This operation is non-destructive on the input does not concatenate comments
 Properties PropertiesImpl.merge(Properties props, boolean mergeComments)
           
 Properties Properties.merge(Properties props, boolean mergeComments)
          Overwrite existing keys with the new ones, keep those existing ones that don't collide This operation is non-destructive on the input
static Properties Properties.Factory.sortedInstance(Properties props)
           
static Properties Properties.Factory.sortedInstance(Properties props, Comparator<String> comp)
           
 

Constructors in asia.redact.bracket.properties with parameters of type Properties
OutputAdapter(Properties properties)
           
PropertiesParser(List<PropertiesToken> tokens, Properties properties)
           
PropertiesParser2(LineScanner scanner, Properties props)
           
TreeBuilder(Properties props)
           
TreeBuilder(Properties props, String rootNodeName)
           
TreeSynchronizer(Properties props, Node rootNode)
           
 

Uses of Properties in asia.redact.bracket.properties.alt
 

Fields in asia.redact.bracket.properties.alt declared as Properties
(package private)  Properties DotOutputAdapter.properties
           
 

Constructors in asia.redact.bracket.properties.alt with parameters of type Properties
DotOutputAdapter(Properties properties, boolean sortRequired)
          This constructor will use a SortedPropertiesImpl
DotPropertiesParser(LineScanner scanner, Properties props)
           
 

Uses of Properties in asia.redact.bracket.properties.mgmt
 

Classes in asia.redact.bracket.properties.mgmt that implement Properties
 class ServerLocalizedProperties
          Experimental - no junits done yet
 



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