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
           
protected  Properties BracketSaxHandler.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(File file, Charset charset)
           
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)
           Similar to the behavior of a ResourceBundle.
static Properties Properties.Factory.getInstance(URL url)
           
static Properties Properties.Factory.getInstanceFromXML(File file)
          If Properties.Factory.mode == Mode.Compatibility, will expect ISO-8859-1.
static Properties Properties.Factory.getInstanceFromXML(File file, Charset charset)
          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 BracketSaxHandler.getResult()
           
static Properties Properties.Factory.loadReferences(List<PropertiesReference> refs)
           
static Properties Properties.Factory.loadReferences(List<PropertiesReference> refs, Attributes attribs)
           Given a set of paths in the OS, load the files one by one into the 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)
           
 

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
 

Fields in asia.redact.bracket.properties.mgmt declared as Properties
protected  Properties LoadList.props
           
 

Methods in asia.redact.bracket.properties.mgmt that return Properties
 Properties LoadList.getProps()
           
 



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