A B C D E F G H I K L M N O P R S T U V W _

A

AbstractPropertiesBase - Class in asia.redact.bracket.properties
These are the map-like facade methods available to the Properties class.
AbstractPropertiesBase() - Constructor for class asia.redact.bracket.properties.AbstractPropertiesBase
 
accept(File) - Method in class asia.redact.bracket.properties.mgmt.ServerLocalizedFileFinder.MyFileFilter
 
action(Node) - Method in class asia.redact.bracket.properties.GenerateXMLNodeVisitor
 
action(Node) - Method in interface asia.redact.bracket.properties.NodeVisitor
 
addChild(Node) - Method in interface asia.redact.bracket.properties.Node
 
addChild(String, String) - Method in interface asia.redact.bracket.properties.Node
 
addChild(String, ValueModel) - Method in interface asia.redact.bracket.properties.Node
 
addChild(Node) - Method in class asia.redact.bracket.properties.NodeImpl
 
addChild(String, String) - Method in class asia.redact.bracket.properties.NodeImpl
 
addChild(String, ValueModel) - Method in class asia.redact.bracket.properties.NodeImpl
 
addComment(String) - Method in class asia.redact.bracket.properties.ValueModel
 
addEntry(String, long) - Method in class asia.redact.bracket.properties.big.PropertiesIndex
 
addValue(String) - Method in class asia.redact.bracket.properties.ValueModel
 
analyzeLine(String, PropertiesToken) - Method in class asia.redact.bracket.properties.PropertiesLexer
 
asia.redact.bracket.properties - package asia.redact.bracket.properties
 
asia.redact.bracket.properties.big - package asia.redact.bracket.properties.big
 
asia.redact.bracket.properties.mgmt - package asia.redact.bracket.properties.mgmt
 
asia.redact.bracket.util - package asia.redact.bracket.util
 
asString(File) - Method in class asia.redact.bracket.properties.InputAdapter
 
asString(Reader) - Method in class asia.redact.bracket.properties.InputAdapter
 
asString(InputStream) - Method in class asia.redact.bracket.properties.InputAdapter
 

B

b4 - Variable in class asia.redact.bracket.util.Base64.OutputStream
 
Base64 - Class in asia.redact.bracket.util
This is Base64 v.
Base64() - Constructor for class asia.redact.bracket.util.Base64
Defeats instantiation.
Base64.InputStream - Class in asia.redact.bracket.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class asia.redact.bracket.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class asia.redact.bracket.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in asia.redact.bracket.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class asia.redact.bracket.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class asia.redact.bracket.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
Base64UrlSafe - Class in asia.redact.bracket.util
Wrapper to provide a type for Base64 url-safe variant Strings
Base64UrlSafe(String) - Constructor for class asia.redact.bracket.util.Base64UrlSafe
 
Base64UrlSafe(byte[]) - Constructor for class asia.redact.bracket.util.Base64UrlSafe
 
baseName - Variable in class asia.redact.bracket.properties.LocaleStringBuilder
 
baseName - Variable in class asia.redact.bracket.properties.mgmt.ServerLocalizedFileFinder
 
baseName - Variable in class asia.redact.bracket.properties.mgmt.ServerLocalizedFileFinder.MyFileFilter
 
baseName - Variable in class asia.redact.bracket.properties.mgmt.ServerLocalizedFileInfo
 
baseName - Variable in class asia.redact.bracket.properties.mgmt.ServerLocalizedProperties
 
BasicOutputFormat - Class in asia.redact.bracket.properties
Default formatting for properties output.
BasicOutputFormat() - Constructor for class asia.redact.bracket.properties.BasicOutputFormat
 
bracketEncode(byte[]) - Static method in class asia.redact.bracket.util.Base64
For Bracket
BracketPropertiesSAXHandler - Class in asia.redact.bracket.properties
Implement a SAXParser handler to consume the SAX events and turn that into a Properties file.
BracketPropertiesSAXHandler() - Constructor for class asia.redact.bracket.properties.BracketPropertiesSAXHandler
 
breakLines - Variable in class asia.redact.bracket.util.Base64.InputStream
 
breakLines - Variable in class asia.redact.bracket.util.Base64.OutputStream
 
buf - Variable in class asia.redact.bracket.properties.big.LineScanner
The characters that can be read and refilled in bulk.
buffer - Variable in class asia.redact.bracket.util.Base64.InputStream
 
buffer - Variable in class asia.redact.bracket.util.Base64.OutputStream
 
bufferLength - Variable in class asia.redact.bracket.util.Base64.InputStream
 
bufferLength - Variable in class asia.redact.bracket.util.Base64.OutputStream
 

C

characters(char[], int, int) - Method in class asia.redact.bracket.properties.BracketPropertiesSAXHandler
 
children - Variable in class asia.redact.bracket.properties.NodeImpl
 
clear() - Method in class asia.redact.bracket.properties.AbstractPropertiesBase
 
clear() - Method in interface asia.redact.bracket.properties.Properties
remove all entries from the underlying map
close() - Method in class asia.redact.bracket.properties.big.LineScanner
Closes this reader.
close() - Method in class asia.redact.bracket.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
cluster - Variable in class asia.redact.bracket.properties.mgmt.ServerLocale
 
comment(String) - Method in class asia.redact.bracket.properties.PropertiesLexer
 
commentContents() - Method in class asia.redact.bracket.properties.big.Line
 
commentOn - Variable in class asia.redact.bracket.properties.BracketPropertiesSAXHandler
 
comments - Variable in class asia.redact.bracket.properties.BracketPropertiesSAXHandler
 
comments - Variable in class asia.redact.bracket.properties.ValueModel
 
comparator - Variable in class asia.redact.bracket.properties.SortedPropertiesImpl
 
compare(File, File) - Method in class asia.redact.bracket.properties.mgmt.ServerLocalizedFileFinder.MyComparator
 
containsKey(String) - Method in class asia.redact.bracket.properties.AbstractPropertiesBase
 
containsKey(String) - Method in interface asia.redact.bracket.properties.Properties
get(key) will throw a RuntimeException if the key does not exist.
containsValue(String) - Method in class asia.redact.bracket.properties.AbstractPropertiesBase
 
copy(InputStream, OutputStream, boolean) - Method in class asia.redact.bracket.properties.InputAdapter
 
copy(InputStream, OutputStream, boolean, byte[]) - Method in class asia.redact.bracket.properties.InputAdapter
 
count - Variable in class asia.redact.bracket.properties.BracketPropertiesSAXHandler
 
countUnderscores(String) - Method in class asia.redact.bracket.properties.mgmt.ServerLocalizedFileFinder.MyComparator
 
createNode(String, ValueModel, String) - Method in class asia.redact.bracket.properties.TreeBuilder
 

D

dateValue(String) - Method in interface asia.redact.bracket.properties.Properties
Date value here is assumed to be a long
dateValue(String, String) - Method in interface asia.redact.bracket.properties.Properties
Just syntactical sugar to use a SimpleDateFormat
dateValue(String) - Method in class asia.redact.bracket.properties.PropertiesImpl
 
dateValue(String, String) - Method in class asia.redact.bracket.properties.PropertiesImpl
I should really deprecate this - you should really use long values as dates in a serialization.
decodabet - Variable in class asia.redact.bracket.util.Base64.InputStream
 
decodabet - Variable in class asia.redact.bracket.util.Base64.OutputStream
 
DECODE - Static variable in class asia.redact.bracket.util.Base64
Specify decoding in first bit.
decode(byte[]) - Static method in class asia.redact.bracket.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int, int) - Static method in class asia.redact.bracket.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class asia.redact.bracket.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class asia.redact.bracket.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode() - Method in class asia.redact.bracket.util.Base64UrlSafe
 
decode4to3(byte[], int, byte[], int, int) - Static method in class asia.redact.bracket.util.Base64
Decodes four bytes from array source and writes the resulting bytes (up to three of them) to destination.
decodeFileToFile(String, String) - Static method in class asia.redact.bracket.util.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class asia.redact.bracket.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class asia.redact.bracket.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class asia.redact.bracket.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToObject(String, int, ClassLoader) - Static method in class asia.redact.bracket.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
DEFAULT_BUFFER_SIZE - Static variable in class asia.redact.bracket.properties.InputAdapter
 
delimiter - Variable in class asia.redact.bracket.properties.big.LineScanner
 
delimiterLength - Variable in class asia.redact.bracket.properties.big.LineScanner
 
descend(Node, String, String[], ValueModel, int) - Method in class asia.redact.bracket.properties.TreeBuilder
 
DO_BREAK_LINES - Static variable in class asia.redact.bracket.util.Base64
Do break lines when encoding.
DONT_GUNZIP - Static variable in class asia.redact.bracket.util.Base64
Specify that gzipped data should not be automatically gunzipped.

E

ENCODE - Static variable in class asia.redact.bracket.util.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class asia.redact.bracket.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class asia.redact.bracket.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encode - Variable in class asia.redact.bracket.util.Base64.InputStream
 
encode - Variable in class asia.redact.bracket.util.Base64.OutputStream
 
encode3to4(byte[], byte[], int, int) - Static method in class asia.redact.bracket.util.Base64
Encodes up to the first three bytes of array threeBytes and returns a four-byte array in Base64 notation.
encode3to4(byte[], int, int, byte[], int, int) - Static method in class asia.redact.bracket.util.Base64
Encodes up to three bytes of the array source and writes the resulting four Base64 bytes to destination.
encodeBytes(byte[]) - Static method in class asia.redact.bracket.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class asia.redact.bracket.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class asia.redact.bracket.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class asia.redact.bracket.util.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class asia.redact.bracket.util.Base64
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class asia.redact.bracket.util.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
encoded - Variable in class asia.redact.bracket.util.Base64UrlSafe
 
encodeFileToFile(String, String) - Static method in class asia.redact.bracket.util.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class asia.redact.bracket.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class asia.redact.bracket.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class asia.redact.bracket.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class asia.redact.bracket.util.Base64
Convenience method for encoding data to a file.
end - Variable in class asia.redact.bracket.properties.big.LineScanner
 
endElement(String, String, String) - Method in class asia.redact.bracket.properties.BracketPropertiesSAXHandler
 
ending - Variable in class asia.redact.bracket.properties.big.Line
 
ending - Variable in enum asia.redact.bracket.properties.big.LineEnding
 
environment - Variable in class asia.redact.bracket.properties.mgmt.ServerLocale
 
eof() - Static method in class asia.redact.bracket.properties.PropertiesToken
 
equals(Object) - Method in class asia.redact.bracket.properties.AbstractPropertiesBase
 
equals(Object) - Method in class asia.redact.bracket.properties.big.Line
 
equals(Object) - Method in class asia.redact.bracket.properties.LocaleStringBuilder
 
equals(Object) - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
equals(Object) - Method in class asia.redact.bracket.properties.NodeImpl
 
equals(Object) - Method in class asia.redact.bracket.properties.PropertiesImpl
 
equals(Object) - Method in class asia.redact.bracket.properties.ValueModel
 
EQUALS_SIGN - Static variable in class asia.redact.bracket.util.Base64
The equals sign (=) as a byte.
EQUALS_SIGN_ENC - Static variable in class asia.redact.bracket.util.Base64
 
extension - Variable in class asia.redact.bracket.properties.mgmt.ServerLocalizedFileInfo
 

F

fillBuf() - Method in class asia.redact.bracket.properties.big.LineScanner
Populates the buffer with data.
findFiles() - Method in class asia.redact.bracket.properties.mgmt.ServerLocalizedFileFinder
Find all of the files in a given set for a baseName across a given set of parent folders.
findServerLocale() - Method in class asia.redact.bracket.properties.mgmt.HostnameServerLocaleBuilder
 
findServerLocale() - Method in class asia.redact.bracket.properties.mgmt.ServerLocaleBuilder
 
flushBase64() - Method in class asia.redact.bracket.util.Base64.OutputStream
Method added by PHIL.
format(String, ValueModel) - Method in class asia.redact.bracket.properties.BasicOutputFormat
Format the comments, key, separator, value(s), and line separator
format(String, ValueModel) - Method in interface asia.redact.bracket.properties.OutputFormat
 
formatFooter() - Method in class asia.redact.bracket.properties.BasicOutputFormat
 
formatFooter() - Method in interface asia.redact.bracket.properties.OutputFormat
 
formatHeader() - Method in class asia.redact.bracket.properties.BasicOutputFormat
 
formatHeader() - Method in interface asia.redact.bracket.properties.OutputFormat
 
fromFileName(String) - Static method in class asia.redact.bracket.properties.mgmt.ServerLocale
Collect the baseName, encoded locale, and extension of a file name assume the fileName ends in .properties, fail if this is not so.
fromInet() - Method in class asia.redact.bracket.properties.mgmt.ServerLocaleBuilder
Helper method - get the hostname from the local machine by looking at the InetAddress.getLocalHost()
fromString(String) - Static method in class asia.redact.bracket.properties.mgmt.ServerLocale
return a server locale instance parsed from the input The ServerLocale generated will have a toString() method that returns a value equal to the input Inputs must match the following patterns: empty string _[environment|] _[environment|]_[cluster|] _[environment|]_[cluster|]_[instance|] _[environment|]_[cluster|]_[instance|]_[variant|] the tokens for environment, cluster, instance, and variant can be anything legal in a file name except an underscore and are user defined
fromSystemProperty() - Method in class asia.redact.bracket.properties.mgmt.ServerLocaleBuilder
Helper method, set the host name as a System property called "hostname" to use this

G

GenerateXMLNodeVisitor - Class in asia.redact.bracket.properties
Format properties into xml.
GenerateXMLNodeVisitor(Writer) - Constructor for class asia.redact.bracket.properties.GenerateXMLNodeVisitor
 
get() - Method in interface asia.redact.bracket.properties.Node
 
get() - Method in class asia.redact.bracket.properties.NodeImpl
 
get(String) - Method in interface asia.redact.bracket.properties.Properties
Get the value.
get(String) - Method in class asia.redact.bracket.properties.PropertiesImpl
Get the value of the property; concatenate multiple lines.
getAlphabet(int) - Static method in class asia.redact.bracket.util.Base64
Returns one of the _SOMETHING_ALPHABET byte arrays depending on the options specified.
getChild(String) - Method in interface asia.redact.bracket.properties.Node
 
getChild(String) - Method in class asia.redact.bracket.properties.NodeImpl
 
getChildren() - Method in interface asia.redact.bracket.properties.Node
 
getChildren() - Method in class asia.redact.bracket.properties.NodeImpl
 
getCluster() - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
getComments(String) - Method in interface asia.redact.bracket.properties.Properties
Get the list of comments, return an empty list if none
getComments(String) - Method in class asia.redact.bracket.properties.PropertiesImpl
 
getComments() - Method in class asia.redact.bracket.properties.ValueModel
 
getDecodabet(int) - Static method in class asia.redact.bracket.util.Base64
Returns one of the _SOMETHING_DECODABET byte arrays depending on the options specified.
getDelimiter() - Method in class asia.redact.bracket.properties.big.LineScanner
 
getDescendant(String) - Method in interface asia.redact.bracket.properties.Node
 
getDescendant(String) - Method in class asia.redact.bracket.properties.NodeImpl
 
getEnding() - Method in class asia.redact.bracket.properties.big.Line
 
getEnding() - Method in enum asia.redact.bracket.properties.big.LineEnding
 
getEnvironment() - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
getGroup(GroupParams) - Method in class asia.redact.bracket.properties.PropertiesImpl
 
getIndex() - Method in class asia.redact.bracket.properties.big.Line
 
getInstance() - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
getInstance() - Static method in class asia.redact.bracket.properties.Properties.Factory
 
getInstance(URL) - Static method in class asia.redact.bracket.properties.Properties.Factory
 
getInstance(Reader) - Static method in class asia.redact.bracket.properties.Properties.Factory
 
getInstance(InputStream) - Static method in class asia.redact.bracket.properties.Properties.Factory
 
getInstance(Properties) - Static method in class asia.redact.bracket.properties.Properties.Factory
Load from a legacy Properties file object
getInstance(String, Locale) - Static method in class asia.redact.bracket.properties.Properties.Factory
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
getInstanceFromXML(File) - Static method in class asia.redact.bracket.properties.Properties.Factory
The input file must have been generated by OutputAdapter.writeAsXML(Writer) or meet the same requirements as regards form.
getKeyGroup(String) - Method in class asia.redact.bracket.properties.PropertiesImpl
 
getList() - Method in class asia.redact.bracket.properties.PropertiesLexer
 
getList() - Method in class asia.redact.bracket.properties.PropertiesStreamingLexer
 
getName() - Method in interface asia.redact.bracket.properties.Node
 
getName() - Method in class asia.redact.bracket.properties.NodeImpl
 
getPartialKey() - Method in class asia.redact.bracket.properties.GroupParams
 
getPattern() - Method in class asia.redact.bracket.properties.mgmt.HostnameServerLocaleBuilder
 
getProperties() - Method in class asia.redact.bracket.properties.PropertiesParser
 
getProperties() - Method in class asia.redact.bracket.properties.PropertiesParser2
 
getPropertyMap() - Method in interface asia.redact.bracket.properties.Properties
Can be used to get direct access to the Entry data structures
getPropertyMap() - Method in class asia.redact.bracket.properties.PropertiesImpl
 
getProps() - Method in class asia.redact.bracket.properties.ParseXML
 
getResult() - Method in class asia.redact.bracket.properties.BracketPropertiesSAXHandler
 
getRootNodeName() - Method in class asia.redact.bracket.properties.GroupParams
 
getSearchStrings() - Method in class asia.redact.bracket.properties.LocaleStringBuilder
 
getSeparator() - Method in class asia.redact.bracket.properties.GroupParams
 
getSeparator(String) - Method in interface asia.redact.bracket.properties.Properties
The char found in the parse, normally '='
getSeparator(String) - Method in class asia.redact.bracket.properties.PropertiesImpl
 
getSeparator() - Method in class asia.redact.bracket.properties.ValueModel
 
getText() - Method in class asia.redact.bracket.properties.big.Line
 
getTotalRead() - Method in class asia.redact.bracket.properties.big.LineScanner
 
getTree() - Method in interface asia.redact.bracket.properties.Properties
Get the properties as a tree of nodes.
getTree(GroupParams) - Method in interface asia.redact.bracket.properties.Properties
Get the properties as a tree of nodes with a selector a.b.c=something a.b.c.d=something else a.b.c.e.f=item a.b.c.e=item2
getTree() - Method in class asia.redact.bracket.properties.PropertiesImpl
Use "\\." as the separator
getTree(GroupParams) - Method in class asia.redact.bracket.properties.PropertiesImpl
 
getValue() - Method in interface asia.redact.bracket.properties.Node
 
getValue() - Method in class asia.redact.bracket.properties.NodeImpl
 
getValue() - Method in class asia.redact.bracket.properties.ValueModel
 
getValues() - Method in class asia.redact.bracket.properties.ValueModel
 
getVariant() - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
GroupParams - Class in asia.redact.bracket.properties
 
GroupParams() - Constructor for class asia.redact.bracket.properties.GroupParams
 
GroupParams(String) - Constructor for class asia.redact.bracket.properties.GroupParams
 
GroupParams(String, String) - Constructor for class asia.redact.bracket.properties.GroupParams
 
GZIP - Static variable in class asia.redact.bracket.util.Base64
Specify that data should be gzip-compressed in second bit.

H

hasContinuation() - Method in class asia.redact.bracket.properties.big.Line
Return true if this line is a value extension of a line (part of a logical line)
hashCode() - Method in class asia.redact.bracket.properties.AbstractPropertiesBase
 
hashCode() - Method in class asia.redact.bracket.properties.big.Line
 
hashCode() - Method in class asia.redact.bracket.properties.LocaleStringBuilder
 
hashCode() - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
hashCode() - Method in class asia.redact.bracket.properties.NodeImpl
 
hashCode() - Method in class asia.redact.bracket.properties.PropertiesImpl
 
hashCode() - Method in class asia.redact.bracket.properties.ValueModel
 
hasLanguage() - Method in class asia.redact.bracket.properties.LocaleStringBuilder
 
hasLanguageCountry() - Method in class asia.redact.bracket.properties.LocaleStringBuilder
 
hasLanguageCountryVariant() - Method in class asia.redact.bracket.properties.LocaleStringBuilder
 
hasNext() - Method in class asia.redact.bracket.properties.PropertiesLexer
 
hasValue() - Method in interface asia.redact.bracket.properties.Node
 
hasValue() - Method in class asia.redact.bracket.properties.NodeImpl
 
hasValue(String) - Method in interface asia.redact.bracket.properties.Properties
Returns true if the key exists and has a non-empty value
hasValue(String) - Method in class asia.redact.bracket.properties.PropertiesImpl
 
HostnameServerLocaleBuilder - Class in asia.redact.bracket.properties.mgmt
Builder to generate a ServerLocale.
HostnameServerLocaleBuilder() - Constructor for class asia.redact.bracket.properties.mgmt.HostnameServerLocaleBuilder
 
HostnameServerLocaleBuilder(String) - Constructor for class asia.redact.bracket.properties.mgmt.HostnameServerLocaleBuilder
 

I

in - Variable in class asia.redact.bracket.properties.big.LineScanner
 
includes(ServerLocale) - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
If this locale "includes" locale, then return true.
index - Variable in class asia.redact.bracket.properties.big.Line
 
index - Variable in class asia.redact.bracket.properties.PropertiesLexer
 
index - Variable in class asia.redact.bracket.properties.PropertiesParser
 
initMap() - Method in class asia.redact.bracket.properties.PropertiesImpl
 
initMap() - Method in class asia.redact.bracket.properties.SortedPropertiesImpl
 
input - Variable in class asia.redact.bracket.properties.PropertiesLexer
 
InputAdapter - Class in asia.redact.bracket.properties
Utility methods to get data out of different sources, this is used in the lexer internally.
InputAdapter() - Constructor for class asia.redact.bracket.properties.InputAdapter
 
instance - Variable in class asia.redact.bracket.properties.mgmt.ServerLocale
 
intValue(String) - Method in interface asia.redact.bracket.properties.Properties
Coerce to an integer value.
intValue(String) - Method in class asia.redact.bracket.properties.PropertiesImpl
 
isClosed() - Method in class asia.redact.bracket.properties.big.LineScanner
Indicates whether or not this reader is closed.
isCommentLine() - Method in class asia.redact.bracket.properties.big.Line
 
isEmpty() - Method in class asia.redact.bracket.properties.AbstractPropertiesBase
 
isEmptyLine() - Method in class asia.redact.bracket.properties.big.Line
 
isNaturalLine() - Method in class asia.redact.bracket.properties.big.Line
Natural lines contain keys, a delimiter, and a value (or initial value part)
isNotSet(String) - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
isPrivateComment() - Method in class asia.redact.bracket.properties.big.Line
Used to identify our private comment system for a comment header
isSet(String) - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
isWildcard(String) - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 

K

keyBuf - Variable in class asia.redact.bracket.properties.BracketPropertiesSAXHandler
 
keySet() - Method in class asia.redact.bracket.properties.AbstractPropertiesBase
 
keyStack - Variable in class asia.redact.bracket.properties.BracketPropertiesSAXHandler
 

L

la(int) - Method in class asia.redact.bracket.properties.PropertiesLexer
 
la(int) - Method in class asia.redact.bracket.properties.PropertiesParser
 
level - Variable in class asia.redact.bracket.properties.GenerateXMLNodeVisitor
 
lex() - Method in class asia.redact.bracket.properties.PropertiesLexer
 
lex() - Method in class asia.redact.bracket.properties.PropertiesStreamingLexer
 
Line - Class in asia.redact.bracket.properties.big
Representation of a line.
Line(String, long, LineEnding) - Constructor for class asia.redact.bracket.properties.big.Line
 
line() - Method in class asia.redact.bracket.properties.big.LineScanner
 
LineEnding - Enum in asia.redact.bracket.properties.big
 
LineEnding(String) - Constructor for enum asia.redact.bracket.properties.big.LineEnding
 
lineLength - Variable in class asia.redact.bracket.util.Base64.InputStream
 
lineLength - Variable in class asia.redact.bracket.util.Base64.OutputStream
 
LineScanner - Class in asia.redact.bracket.properties.big
Scan a properties file conforming to the description at http://download.oracle.com/javase/6/docs/api/java/util/Properties.html#load(java.io.Reader) into tokens.
LineScanner(Reader) - Constructor for class asia.redact.bracket.properties.big.LineScanner
Constructs a new BufferedReader on the Reader in.
LineScanner(Reader, int) - Constructor for class asia.redact.bracket.properties.big.LineScanner
Constructs a new BufferedReader on the Reader in.
lineSeparator - Static variable in class asia.redact.bracket.properties.BasicOutputFormat
 
lineSeparator - Static variable in class asia.redact.bracket.properties.GenerateXMLNodeVisitor
 
lineSeparator - Static variable in class asia.redact.bracket.properties.OutputAdapter
 
lineSeparator - Static variable in class asia.redact.bracket.properties.ValueModel
 
list - Variable in class asia.redact.bracket.properties.PropertiesLexer
 
list - Variable in class asia.redact.bracket.properties.PropertiesStreamingLexer
 
loadFrom(List<File>) - Method in class asia.redact.bracket.properties.mgmt.ServerLocalizedProperties
 
locale - Variable in class asia.redact.bracket.properties.LocaleStringBuilder
 
locale - Variable in class asia.redact.bracket.properties.mgmt.ServerLocalizedFileInfo
 
locale - Variable in class asia.redact.bracket.properties.mgmt.ServerLocalizedProperties
 
LocaleStringBuilder - Class in asia.redact.bracket.properties
Used internally
LocaleStringBuilder(String, Locale) - Constructor for class asia.redact.bracket.properties.LocaleStringBuilder
 
locationsToSearch - Variable in class asia.redact.bracket.properties.mgmt.ServerLocalizedProperties
 
lock - Variable in class asia.redact.bracket.properties.AbstractPropertiesBase
 
lock - Variable in class asia.redact.bracket.properties.InputAdapter
 
lock - Variable in class asia.redact.bracket.properties.PropertiesLexer
 
lock - Variable in class asia.redact.bracket.properties.PropertiesParser
 
logicalLineContents() - Method in class asia.redact.bracket.properties.big.Line
 
longValue(String) - Method in interface asia.redact.bracket.properties.Properties
Coerce to a long value.
longValue(String) - Method in class asia.redact.bracket.properties.PropertiesImpl
 

M

map - Variable in class asia.redact.bracket.properties.AbstractPropertiesBase
 
map - Variable in class asia.redact.bracket.properties.big.PropertiesIndex
 
mark - Variable in class asia.redact.bracket.properties.big.LineScanner
 
mark(int) - Method in class asia.redact.bracket.properties.big.LineScanner
Sets a mark position in this reader.
markLimit - Variable in class asia.redact.bracket.properties.big.LineScanner
 
markSupported() - Method in class asia.redact.bracket.properties.big.LineScanner
Indicates whether this reader supports the mark() and reset() methods.
matchCluster(String) - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
matchEnvironment(String) - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
matchInstance(String) - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
MAX_LINE_LENGTH - Static variable in class asia.redact.bracket.util.Base64
Maximum line length (76) of Base64 output.
merge(Properties) - Method in interface asia.redact.bracket.properties.Properties
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
merge(Properties, boolean) - Method in interface asia.redact.bracket.properties.Properties
Overwrite existing keys with the new ones, keep those existing ones that don't collide This operation is non-destructive on the input
merge(Properties) - Method in class asia.redact.bracket.properties.PropertiesImpl
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
merge(Properties, boolean) - Method in class asia.redact.bracket.properties.PropertiesImpl
 
mode - Static variable in class asia.redact.bracket.properties.Properties.Factory
 

N

name - Variable in class asia.redact.bracket.properties.NodeImpl
 
naturalLineContents() - Method in class asia.redact.bracket.properties.big.Line
 
NEW_LINE - Static variable in class asia.redact.bracket.util.Base64
The new line character (\n) as a byte.
next() - Method in class asia.redact.bracket.properties.PropertiesLexer
 
NO_OPTIONS - Static variable in class asia.redact.bracket.util.Base64
No options specified.
Node - Interface in asia.redact.bracket.properties
 
NodeImpl - Class in asia.redact.bracket.properties
Used to represent the properties as a tree.
NodeImpl(String) - Constructor for class asia.redact.bracket.properties.NodeImpl
 
NodeImpl(String, String) - Constructor for class asia.redact.bracket.properties.NodeImpl
 
NodeImpl(String, ValueModel) - Constructor for class asia.redact.bracket.properties.NodeImpl
 
NodeVisitor - Interface in asia.redact.bracket.properties
 
nominalEnding() - Method in class asia.redact.bracket.properties.big.Line
 
NS - Variable in class asia.redact.bracket.properties.GenerateXMLNodeVisitor
 
numSigBytes - Variable in class asia.redact.bracket.util.Base64.InputStream
 

O

options - Variable in class asia.redact.bracket.util.Base64.InputStream
 
options - Variable in class asia.redact.bracket.util.Base64.OutputStream
 
ORDERED - Static variable in class asia.redact.bracket.util.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
OutputAdapter - Class in asia.redact.bracket.properties
Output the properties to various data sinks and in various formats.
OutputAdapter(Properties) - Constructor for class asia.redact.bracket.properties.OutputAdapter
 
OutputFormat - Interface in asia.redact.bracket.properties
You can implement custom output formats using this interface and OutputAdapter.writeTo(Writer, OutputFormat);

P

parentFolders - Variable in class asia.redact.bracket.properties.mgmt.ServerLocalizedFileFinder
 
parse(Reader) - Method in class asia.redact.bracket.properties.ParseXML
 
parse() - Method in class asia.redact.bracket.properties.PropertiesParser
 
parse() - Method in class asia.redact.bracket.properties.PropertiesParser2
 
ParseXML - Class in asia.redact.bracket.properties
Wrapper on the SAXParser stuff
ParseXML() - Constructor for class asia.redact.bracket.properties.ParseXML
 
partialKey - Variable in class asia.redact.bracket.properties.GroupParams
 
pattern - Variable in class asia.redact.bracket.properties.mgmt.HostnameServerLocaleBuilder
 
pos - Variable in class asia.redact.bracket.properties.big.LineScanner
 
position - Variable in class asia.redact.bracket.util.Base64.InputStream
 
position - Variable in class asia.redact.bracket.util.Base64.OutputStream
 
post(Node) - Method in class asia.redact.bracket.properties.GenerateXMLNodeVisitor
 
post(Node) - Method in interface asia.redact.bracket.properties.NodeVisitor
 
pre(Node) - Method in class asia.redact.bracket.properties.GenerateXMLNodeVisitor
 
pre(Node) - Method in interface asia.redact.bracket.properties.NodeVisitor
 
PREFERRED_ENCODING - Static variable in class asia.redact.bracket.util.Base64
Preferred encoding.
properties - Variable in class asia.redact.bracket.properties.OutputAdapter
 
Properties - Interface in asia.redact.bracket.properties
In java, java.util.Properties is not an Interface.
properties - Variable in class asia.redact.bracket.properties.PropertiesParser
 
Properties.Factory - Class in asia.redact.bracket.properties
The default mode is the trivial memory mode, which is BasicToken.
Properties.Factory() - Constructor for class asia.redact.bracket.properties.Properties.Factory
 
Properties.Mode - Enum in asia.redact.bracket.properties
Mode is the available combinations of lexer and parser BasicToken - PropertiesLexer and PropertiesParser.
Properties.Mode() - Constructor for enum asia.redact.bracket.properties.Properties.Mode
 
PropertiesImpl - Class in asia.redact.bracket.properties
A better Properties class.
PropertiesImpl() - Constructor for class asia.redact.bracket.properties.PropertiesImpl
 
PropertiesImpl(Properties) - Constructor for class asia.redact.bracket.properties.PropertiesImpl
Some slight information loss here is unavoidable.
PropertiesImpl(URL) - Constructor for class asia.redact.bracket.properties.PropertiesImpl
 
PropertiesImpl(InputStream) - Constructor for class asia.redact.bracket.properties.PropertiesImpl
 
PropertiesImpl(Reader) - Constructor for class asia.redact.bracket.properties.PropertiesImpl
 
PropertiesIndex - Class in asia.redact.bracket.properties.big
Lint
PropertiesIndex() - Constructor for class asia.redact.bracket.properties.big.PropertiesIndex
 
PropertiesIndex(File) - Constructor for class asia.redact.bracket.properties.big.PropertiesIndex
 
PropertiesLexer - Class in asia.redact.bracket.properties
Parse a properties file conforming to the description at http://download.oracle.com/javase/6/docs/api/java/util/Properties.html#load(java.io.Reader) into tokens.
PropertiesLexer(String) - Constructor for class asia.redact.bracket.properties.PropertiesLexer
 
PropertiesLexer(Reader) - Constructor for class asia.redact.bracket.properties.PropertiesLexer
 
PropertiesLexer(File) - Constructor for class asia.redact.bracket.properties.PropertiesLexer
 
PropertiesLexer(InputStream) - Constructor for class asia.redact.bracket.properties.PropertiesLexer
 
PropertiesParser - Class in asia.redact.bracket.properties
Populate a Properties object.
PropertiesParser(List<PropertiesToken>, Properties) - Constructor for class asia.redact.bracket.properties.PropertiesParser
 
PropertiesParser(List<PropertiesToken>) - Constructor for class asia.redact.bracket.properties.PropertiesParser
 
PropertiesParser2 - Class in asia.redact.bracket.properties
Use the line scanner to load a Properties implementation.
PropertiesParser2(LineScanner) - Constructor for class asia.redact.bracket.properties.PropertiesParser2
 
PropertiesParser2(LineScanner, Properties) - Constructor for class asia.redact.bracket.properties.PropertiesParser2
 
PropertiesStreamingLexer - Class in asia.redact.bracket.properties
Scan a properties file conforming to the description at http://download.oracle.com/javase/6/docs/api/java/util/Properties.html#load(java.io.Reader) into tokens.
PropertiesStreamingLexer(Reader) - Constructor for class asia.redact.bracket.properties.PropertiesStreamingLexer
 
PropertiesStreamingLexer(InputStream) - Constructor for class asia.redact.bracket.properties.PropertiesStreamingLexer
 
PropertiesToken - Class in asia.redact.bracket.properties
Container for token type and text
PropertiesToken(PropertiesTokenType, String) - Constructor for class asia.redact.bracket.properties.PropertiesToken
 
PropertiesTokenType - Enum in asia.redact.bracket.properties
 
PropertiesTokenType() - Constructor for enum asia.redact.bracket.properties.PropertiesTokenType
 
propFile - Variable in class asia.redact.bracket.properties.big.PropertiesIndex
 
props - Variable in class asia.redact.bracket.properties.BracketPropertiesSAXHandler
 
props - Variable in class asia.redact.bracket.properties.ParseXML
 
props - Variable in class asia.redact.bracket.properties.PropertiesParser2
 
props - Variable in class asia.redact.bracket.properties.TreeBuilder
 
props - Variable in class asia.redact.bracket.properties.TreeSynchronizer
 
put(String, String...) - Method in interface asia.redact.bracket.properties.Properties
Add the key and value or values.
put(String, String...) - Method in class asia.redact.bracket.properties.PropertiesImpl
yes, multivalued (multilined) properties are in the spec.

R

read() - Method in class asia.redact.bracket.properties.big.LineScanner
Reads a single character from this reader and returns it with the two higher-order bytes set to 0.
read(char[], int, int) - Method in class asia.redact.bracket.properties.big.LineScanner
Reads at most length characters from this reader and stores them at offset in the character array buffer.
read() - Method in class asia.redact.bracket.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class asia.redact.bracket.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
readLine() - Method in class asia.redact.bracket.properties.big.LineScanner
Returns the next line of text available from this reader.
ready() - Method in class asia.redact.bracket.properties.big.LineScanner
Indicates whether this reader is ready to be read without blocking.
remove(String) - Method in class asia.redact.bracket.properties.AbstractPropertiesBase
 
reset() - Method in class asia.redact.bracket.properties.big.LineScanner
Resets this reader's position to the last mark() location.
resumeEncoding() - Method in class asia.redact.bracket.util.Base64.OutputStream
Resumes encoding of the stream.
root - Variable in class asia.redact.bracket.properties.TreeBuilder
 
rootNode - Variable in class asia.redact.bracket.properties.TreeSynchronizer
 
rootNodeName - Variable in class asia.redact.bracket.properties.GroupParams
 

S

scanAheadForLogicalValues() - Method in class asia.redact.bracket.properties.PropertiesParser
 
scanKeyValue(String, PropertiesToken) - Method in class asia.redact.bracket.properties.PropertiesLexer
 
scanLineBreak() - Method in class asia.redact.bracket.properties.PropertiesLexer
 
scanner - Variable in class asia.redact.bracket.properties.PropertiesParser2
 
scanner - Variable in class asia.redact.bracket.properties.PropertiesStreamingLexer
 
separator - Variable in class asia.redact.bracket.properties.BracketPropertiesSAXHandler
 
separator - Variable in class asia.redact.bracket.properties.GroupParams
 
separator - Variable in class asia.redact.bracket.properties.ValueModel
 
separatorOn - Variable in class asia.redact.bracket.properties.BracketPropertiesSAXHandler
 
ServerLocale - Class in asia.redact.bracket.properties.mgmt
Sort of like a Locale, but for server environments.
ServerLocale(String, String, String, String) - Constructor for class asia.redact.bracket.properties.mgmt.ServerLocale
 
ServerLocale(String, String, String) - Constructor for class asia.redact.bracket.properties.mgmt.ServerLocale
 
ServerLocale(String, String) - Constructor for class asia.redact.bracket.properties.mgmt.ServerLocale
 
ServerLocale(String) - Constructor for class asia.redact.bracket.properties.mgmt.ServerLocale
 
ServerLocale() - Constructor for class asia.redact.bracket.properties.mgmt.ServerLocale
 
ServerLocaleBuilder - Class in asia.redact.bracket.properties.mgmt
Abstract class which may be useful as a base for builders to get your Server Locale.
ServerLocaleBuilder() - Constructor for class asia.redact.bracket.properties.mgmt.ServerLocaleBuilder
 
ServerLocalizedFileFinder - Class in asia.redact.bracket.properties.mgmt
Suppose you have a set of server-localized properties files conforming to the schemata described in ServerLocale class and located in various places on the server.
ServerLocalizedFileFinder() - Constructor for class asia.redact.bracket.properties.mgmt.ServerLocalizedFileFinder
 
ServerLocalizedFileFinder(File, String) - Constructor for class asia.redact.bracket.properties.mgmt.ServerLocalizedFileFinder
 
ServerLocalizedFileFinder(List<File>, String) - Constructor for class asia.redact.bracket.properties.mgmt.ServerLocalizedFileFinder
 
ServerLocalizedFileFinder.MyComparator - Class in asia.redact.bracket.properties.mgmt
Do the work of comparing properties files which are in the ServerLocale schemata
ServerLocalizedFileFinder.MyComparator() - Constructor for class asia.redact.bracket.properties.mgmt.ServerLocalizedFileFinder.MyComparator
 
ServerLocalizedFileFinder.MyFileFilter - Class in asia.redact.bracket.properties.mgmt
Files must meet the conditions of matching baseName and ending in .properties to qualify
ServerLocalizedFileFinder.MyFileFilter(String) - Constructor for class asia.redact.bracket.properties.mgmt.ServerLocalizedFileFinder.MyFileFilter
 
ServerLocalizedFileInfo - Class in asia.redact.bracket.properties.mgmt
A properties file name used with a ServerLocale has a particular form, such as "baseNameXXX.properties' where XXX is the embedded locale information.
ServerLocalizedFileInfo() - Constructor for class asia.redact.bracket.properties.mgmt.ServerLocalizedFileInfo
 
ServerLocalizedProperties - Class in asia.redact.bracket.properties.mgmt
Experimental - no junits done yet
ServerLocalizedProperties(ServerLocale, String) - Constructor for class asia.redact.bracket.properties.mgmt.ServerLocalizedProperties
 
set - Variable in class asia.redact.bracket.properties.GenerateXMLNodeVisitor
 
setCluster(String) - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
setEnvironment(String) - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
setInstance(String) - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
setLevel(int) - Method in class asia.redact.bracket.properties.GenerateXMLNodeVisitor
 
setLevel(int) - Method in interface asia.redact.bracket.properties.NodeVisitor
 
setPartialKey(String) - Method in class asia.redact.bracket.properties.GroupParams
 
setPattern(String) - Method in class asia.redact.bracket.properties.mgmt.HostnameServerLocaleBuilder
 
setRootNodeName(String) - Method in class asia.redact.bracket.properties.GroupParams
 
setSeparator(String) - Method in class asia.redact.bracket.properties.GroupParams
 
setSeparator(char) - Method in class asia.redact.bracket.properties.ValueModel
 
setVariant(String) - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
size() - Method in class asia.redact.bracket.properties.AbstractPropertiesBase
 
size() - Method in interface asia.redact.bracket.properties.Properties
Number of entries in the underlying map
skip(long) - Method in class asia.redact.bracket.properties.big.LineScanner
Skips amount characters in this reader.
sortedInstance(Properties) - Static method in class asia.redact.bracket.properties.Properties.Factory
 
sortedInstance(Properties, Comparator<String>) - Static method in class asia.redact.bracket.properties.Properties.Factory
 
SortedPropertiesImpl - Class in asia.redact.bracket.properties
Adds sorted map capability, but with the overhead of a TreeMap.
SortedPropertiesImpl() - Constructor for class asia.redact.bracket.properties.SortedPropertiesImpl
 
SortedPropertiesImpl(Comparator<String>) - Constructor for class asia.redact.bracket.properties.SortedPropertiesImpl
 
spaces() - Method in class asia.redact.bracket.properties.GenerateXMLNodeVisitor
 
startElement(String, String, String, Attributes) - Method in class asia.redact.bracket.properties.BracketPropertiesSAXHandler
 
suspendEncoding - Variable in class asia.redact.bracket.util.Base64.OutputStream
 
suspendEncoding() - Method in class asia.redact.bracket.util.Base64.OutputStream
Suspends encoding of the stream.
synch() - Method in class asia.redact.bracket.properties.TreeSynchronizer
 
synchronize(Node) - Method in interface asia.redact.bracket.properties.Properties
Cause a graph to become the contents of the properties file.
synchronize(Node) - Method in class asia.redact.bracket.properties.PropertiesImpl
 

T

text - Variable in class asia.redact.bracket.properties.big.Line
 
text - Variable in class asia.redact.bracket.properties.PropertiesToken
 
tokens() - Method in class asia.redact.bracket.properties.big.Line
 
tokens - Variable in class asia.redact.bracket.properties.PropertiesParser
 
toString() - Method in class asia.redact.bracket.properties.AbstractPropertiesBase
 
toString() - Method in class asia.redact.bracket.properties.big.Line
 
toString() - Method in class asia.redact.bracket.properties.mgmt.ServerLocale
 
toString() - Method in class asia.redact.bracket.properties.PropertiesToken
 
toString() - Method in class asia.redact.bracket.properties.ValueModel
 
toString() - Method in class asia.redact.bracket.util.Base64UrlSafe
 
totalRead - Variable in class asia.redact.bracket.properties.big.LineScanner
 
toXML(int) - Method in class asia.redact.bracket.properties.ValueModel
 
tree() - Method in class asia.redact.bracket.properties.TreeBuilder
 
TreeBuilder - Class in asia.redact.bracket.properties
Private class for creating trees
TreeBuilder(Properties) - Constructor for class asia.redact.bracket.properties.TreeBuilder
 
TreeBuilder(Properties, String) - Constructor for class asia.redact.bracket.properties.TreeBuilder
 
TreeSynchronizer - Class in asia.redact.bracket.properties
Write out the nodes from a tree into a bracket Properties object.
TreeSynchronizer(Properties, Node) - Constructor for class asia.redact.bracket.properties.TreeSynchronizer
 
type - Variable in class asia.redact.bracket.properties.PropertiesToken
 

U

URL_SAFE - Static variable in class asia.redact.bracket.util.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.

V

value - Variable in class asia.redact.bracket.properties.NodeImpl
 
ValueModel - Class in asia.redact.bracket.properties
Representation of values which accounts better for the actual complexity of a potential properties value.
ValueModel() - Constructor for class asia.redact.bracket.properties.ValueModel
 
ValueModel(String...) - Constructor for class asia.redact.bracket.properties.ValueModel
 
ValueModel(List<String>, List<String>) - Constructor for class asia.redact.bracket.properties.ValueModel
 
valueOf(String) - Static method in enum asia.redact.bracket.properties.big.LineEnding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum asia.redact.bracket.properties.Properties.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum asia.redact.bracket.properties.PropertiesTokenType
Returns the enum constant of this type with the specified name.
valueOn - Variable in class asia.redact.bracket.properties.BracketPropertiesSAXHandler
 
values() - Method in class asia.redact.bracket.properties.AbstractPropertiesBase
 
values() - Static method in enum asia.redact.bracket.properties.big.LineEnding
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class asia.redact.bracket.properties.BracketPropertiesSAXHandler
 
values() - Static method in enum asia.redact.bracket.properties.Properties.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum asia.redact.bracket.properties.PropertiesTokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class asia.redact.bracket.properties.ValueModel
 
variant - Variable in class asia.redact.bracket.properties.mgmt.ServerLocale
 
visit(Node, int, NodeVisitor) - Method in class asia.redact.bracket.properties.OutputAdapter
 
visit(Node, String) - Method in class asia.redact.bracket.properties.TreeSynchronizer
 

W

WHITE_SPACE_ENC - Static variable in class asia.redact.bracket.util.Base64
 
write(int) - Method in class asia.redact.bracket.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class asia.redact.bracket.util.Base64.OutputStream
Calls write(int) repeatedly until len bytes are written.
writeAsXml(Writer) - Method in class asia.redact.bracket.properties.OutputAdapter
The output from this method is designed to be read back in using Properties.Factory.getInstanceFromXML(File).
writer - Variable in class asia.redact.bracket.properties.GenerateXMLNodeVisitor
 
writeTo(File) - Method in class asia.redact.bracket.properties.OutputAdapter
 
writeTo(File, OutputFormat) - Method in class asia.redact.bracket.properties.OutputAdapter
 
writeTo(Writer, OutputFormat) - Method in class asia.redact.bracket.properties.OutputAdapter
 
writeTo(Writer) - Method in class asia.redact.bracket.properties.OutputAdapter
 

_

_ORDERED_ALPHABET - Static variable in class asia.redact.bracket.util.Base64
I don't get the point of this technique, but someone requested it, and it is described here: http://www.faqs.org/qa/rfcc-1940.html.
_ORDERED_DECODABET - Static variable in class asia.redact.bracket.util.Base64
Used in decoding the "ordered" dialect of Base64.
_STANDARD_ALPHABET - Static variable in class asia.redact.bracket.util.Base64
The 64 valid Base64 values.
_STANDARD_DECODABET - Static variable in class asia.redact.bracket.util.Base64
Translates a Base64 value to either its 6-bit reconstruction value or a negative number indicating some other meaning.
_URL_SAFE_ALPHABET - Static variable in class asia.redact.bracket.util.Base64
Used in the URL- and Filename-safe dialect described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
_URL_SAFE_DECODABET - Static variable in class asia.redact.bracket.util.Base64
Used in decoding URL- and Filename-safe dialects of Base64.

A B C D E F G H I K L M N O P R S T U V W _

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