Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractMapDerivedPropertiesBase - Class in asia.redact.bracket.properties.impl
Base class for Map-derived Implementations.
AbstractMapDerivedPropertiesBase(boolean) - Constructor for class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
 
actor - Variable in class asia.redact.bracket.properties.adapter.SecAdapter
 
add(int) - Method in class asia.redact.bracket.properties.json.JsonArray
Appends the JSON representation of the specified int value to the end of this array.
add(long) - Method in class asia.redact.bracket.properties.json.JsonArray
Appends the JSON representation of the specified long value to the end of this array.
add(float) - Method in class asia.redact.bracket.properties.json.JsonArray
Appends the JSON representation of the specified float value to the end of this array.
add(double) - Method in class asia.redact.bracket.properties.json.JsonArray
Appends the JSON representation of the specified double value to the end of this array.
add(boolean) - Method in class asia.redact.bracket.properties.json.JsonArray
Appends the JSON representation of the specified boolean value to the end of this array.
add(String) - Method in class asia.redact.bracket.properties.json.JsonArray
Appends the JSON representation of the specified string to the end of this array.
add(JsonValue) - Method in class asia.redact.bracket.properties.json.JsonArray
Appends the specified JSON value to the end of this array.
add(String, int) - Method in class asia.redact.bracket.properties.json.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified int value.
add(String, long) - Method in class asia.redact.bracket.properties.json.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified long value.
add(String, float) - Method in class asia.redact.bracket.properties.json.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified float value.
add(String, double) - Method in class asia.redact.bracket.properties.json.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified double value.
add(String, boolean) - Method in class asia.redact.bracket.properties.json.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified boolean value.
add(String, String) - Method in class asia.redact.bracket.properties.json.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified string.
add(String, JsonValue) - Method in class asia.redact.bracket.properties.json.JsonObject
Appends a new member to the end of this object, with the specified name and the specified JSON value.
add(String, int) - Method in class asia.redact.bracket.properties.json.JsonObject.HashIndexTable
 
addAll(List<String>) - Method in class asia.redact.bracket.properties.values.Comment
 
addComment(String) - Method in class asia.redact.bracket.properties.values.BasicValueModel
 
addComments(List<String>) - Method in class asia.redact.bracket.properties.values.BasicValueModel
 
addLine(String) - Method in class asia.redact.bracket.properties.values.Comment
 
addReference(File) - Method in class asia.redact.bracket.properties.ref.LoadList
This is understood as a shortcut for PropertiesReference(ReferenceType.EXTERNAL, filepath);
addReference(ReferenceType, String) - Method in class asia.redact.bracket.properties.ref.LoadList
add a reference.
addReference(PropertiesReference) - Method in class asia.redact.bracket.properties.ref.LoadList
 
addValue(String) - Method in class asia.redact.bracket.properties.values.BasicValueModel
 
addValues(List<String>) - Method in class asia.redact.bracket.properties.values.BasicValueModel
 
Alias - Interface in asia.redact.bracket.properties.adapter
 
alias() - Method in class asia.redact.bracket.properties.Sugar
 
AliasAdapter - Class in asia.redact.bracket.properties.adapter
Implement a reference scheme (aliasing) for keys within a properties file set.
AliasAdapter(Properties) - Constructor for class asia.redact.bracket.properties.adapter.AliasAdapter
 
antStyleVarPattern - Static variable in interface asia.redact.bracket.properties.adapter.Env
 
appendToLast(String) - Method in class asia.redact.bracket.properties.json.JsonArray
Adds a little to the last item.
array() - Static method in class asia.redact.bracket.properties.json.Json
Creates a new empty JsonArray.
array(int...) - Static method in class asia.redact.bracket.properties.json.Json
Creates a new JsonArray that contains the JSON representations of the given int values.
array(long...) - Static method in class asia.redact.bracket.properties.json.Json
Creates a new JsonArray that contains the JSON representations of the given long values.
array(float...) - Static method in class asia.redact.bracket.properties.json.Json
Creates a new JsonArray that contains the JSON representations of the given float values.
array(double...) - Static method in class asia.redact.bracket.properties.json.Json
Creates a new JsonArray that contains the JSON representations of the given double values.
array(boolean...) - Static method in class asia.redact.bracket.properties.json.Json
Creates a new JsonArray that contains the JSON representations of the given boolean values.
array(String...) - Static method in class asia.redact.bracket.properties.json.Json
Creates a new JsonArray that contains the JSON representations of the given strings.
asArray() - Method in class asia.redact.bracket.properties.json.JsonArray
 
asArray() - Method in class asia.redact.bracket.properties.json.JsonValue
Returns this JSON value as JsonArray, assuming that this value represents a JSON array.
asBoolean() - Method in class asia.redact.bracket.properties.json.JsonLiteral
 
asBoolean() - Method in class asia.redact.bracket.properties.json.JsonValue
Returns this JSON value as a boolean value, assuming that this value is either true or false.
AsciiOutputFormat - Class in asia.redact.bracket.properties.io
Compatibility format for simulating java.util.Properties output by encoding characters above ASCII 127 with escapes.
AsciiOutputFormat() - Constructor for class asia.redact.bracket.properties.io.AsciiOutputFormat
 
asciiToNative() - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
asciiToNative() - Method in class asia.redact.bracket.properties.impl.SortedPropertiesImpl
 
asciiToNative() - Method in interface asia.redact.bracket.properties.Properties
 
AsciiToNativeFilter - Class in asia.redact.bracket.properties.io
 
AsciiToNativeFilter(String) - Constructor for class asia.redact.bracket.properties.io.AsciiToNativeFilter
 
AsciiToNativeFilterReader - Class in asia.redact.bracket.properties.io
 
AsciiToNativeFilterReader(Reader) - Constructor for class asia.redact.bracket.properties.io.AsciiToNativeFilterReader
 
asDouble() - Method in class asia.redact.bracket.properties.json.JsonNumber
 
asDouble() - Method in class asia.redact.bracket.properties.json.JsonValue
Returns this JSON value as a double value, assuming that this value represents a JSON number.
asFlattenedMap() - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
asFlattenedMap() - Method in interface asia.redact.bracket.properties.Properties
 
asFloat() - Method in class asia.redact.bracket.properties.json.JsonNumber
 
asFloat() - Method in class asia.redact.bracket.properties.json.JsonValue
Returns this JSON value as a float value, assuming that this value represents a JSON number.
asia.redact.bracket.properties - package asia.redact.bracket.properties
 
asia.redact.bracket.properties.adapter - package asia.redact.bracket.properties.adapter
 
asia.redact.bracket.properties.i18n - package asia.redact.bracket.properties.i18n
 
asia.redact.bracket.properties.impl - package asia.redact.bracket.properties.impl
 
asia.redact.bracket.properties.io - package asia.redact.bracket.properties.io
 
asia.redact.bracket.properties.json - package asia.redact.bracket.properties.json
 
asia.redact.bracket.properties.line - package asia.redact.bracket.properties.line
 
asia.redact.bracket.properties.ref - package asia.redact.bracket.properties.ref
 
asia.redact.bracket.properties.values - package asia.redact.bracket.properties.values
 
asia.redact.bracket.util - package asia.redact.bracket.util
 
asInt() - Method in class asia.redact.bracket.properties.json.JsonNumber
 
asInt() - Method in class asia.redact.bracket.properties.json.JsonValue
Returns this JSON value as an int value, assuming that this value represents a JSON number that can be interpreted as Java int.
asLegacy() - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
asLegacy() - Method in interface asia.redact.bracket.properties.Properties
 
asList() - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
asList() - Method in interface asia.redact.bracket.properties.Properties
 
asLong() - Method in class asia.redact.bracket.properties.json.JsonNumber
 
asLong() - Method in class asia.redact.bracket.properties.json.JsonValue
Returns this JSON value as a long value, assuming that this value represents a JSON number that can be interpreted as Java long.
asMap() - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
asMap() - Method in interface asia.redact.bracket.properties.Properties
 
asObject() - Method in class asia.redact.bracket.properties.json.JsonObject
 
asObject() - Method in class asia.redact.bracket.properties.json.JsonValue
Returns this JSON value as JsonObject, assuming that this value represents a JSON object.
asString() - Method in class asia.redact.bracket.properties.json.JsonString
 
asString() - Method in class asia.redact.bracket.properties.json.JsonValue
Returns this JSON value as String, assuming that this value represents a JSON string.

B

BasicValueModel - Class in asia.redact.bracket.properties.values
Representation of a property value.
BasicValueModel() - Constructor for class asia.redact.bracket.properties.values.BasicValueModel
 
BasicValueModel(String...) - Constructor for class asia.redact.bracket.properties.values.BasicValueModel
 
BasicValueModel(char, String...) - Constructor for class asia.redact.bracket.properties.values.BasicValueModel
 
BasicValueModel(Comment, List<String>) - Constructor for class asia.redact.bracket.properties.values.BasicValueModel
 
BasicValueModel(Comment, String[]) - Constructor for class asia.redact.bracket.properties.values.BasicValueModel
 
BasicValueModel(Comment, char, String[]) - Constructor for class asia.redact.bracket.properties.values.BasicValueModel
 
BasicValueModel(Comment, char, List<String>) - Constructor for class asia.redact.bracket.properties.values.BasicValueModel
 
bigDecimalValue(String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
bigDecimalValue(String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
bigValue(String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
bigValue(String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
bitsetValue(String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
bitsetValue(String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
booleanValue(String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
booleanValue(String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
Works for "true/false", "enabled/disabled", "yes/no", "ok", "on/off" "1/0"
BracketPropertiesSAXHandler - Class in asia.redact.bracket.properties.io
 
BracketPropertiesSAXHandler(Properties) - Constructor for class asia.redact.bracket.properties.io.BracketPropertiesSAXHandler
 
BS_CHARS - Static variable in class asia.redact.bracket.properties.json.JsonWriter
 
buf - Variable in class asia.redact.bracket.properties.line.LineScanner
 
buffer - Variable in class asia.redact.bracket.properties.json.JsonParser
 
buffer - Variable in class asia.redact.bracket.properties.json.WritingBuffer
 
bufferOffset - Variable in class asia.redact.bracket.properties.json.JsonParser
 
byteValue(String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
byteValue(String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 

C

captureBuffer - Variable in class asia.redact.bracket.properties.json.JsonParser
 
captureStart - Variable in class asia.redact.bracket.properties.json.JsonParser
 
characters(char[], int, int) - Method in class asia.redact.bracket.properties.io.BracketPropertiesSAXHandler
 
charset - Variable in class asia.redact.bracket.properties.i18n.ResourceFinder
 
charset - Variable in class asia.redact.bracket.properties.ref.PropertiesReference
 
clear() - Method in class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
 
clear() - Method in interface asia.redact.bracket.properties.Properties
 
clear() - Method in class asia.redact.bracket.properties.values.Comment
 
clearComments() - Method in class asia.redact.bracket.properties.values.BasicValueModel
 
clearValues() - Method in class asia.redact.bracket.properties.values.BasicValueModel
 
close() - Method in class asia.redact.bracket.properties.json.WritingBuffer
Does not close or flush the wrapped writer.
close() - Method in class asia.redact.bracket.properties.line.LineScanner
 
column - Variable in class asia.redact.bracket.properties.json.Location
The column number, starting at 1.
comment - Variable in class asia.redact.bracket.properties.io.XMLOutputFormat
 
Comment - Class in asia.redact.bracket.properties.values
Strong typing for comments.
Comment() - Constructor for class asia.redact.bracket.properties.values.Comment
 
Comment(String) - Constructor for class asia.redact.bracket.properties.values.Comment
Adds a # to the front of the string if not found
comment - Variable in class asia.redact.bracket.properties.values.Entry
 
Comment.Iter - Class in asia.redact.bracket.properties.values
 
commentContents() - Method in class asia.redact.bracket.properties.line.Line
 
comments - Variable in class asia.redact.bracket.properties.values.BasicValueModel
 
comments - Variable in class asia.redact.bracket.properties.values.Comment
 
comments - Variable in class asia.redact.bracket.properties.values.Comment.Iter
 
comparator - Variable in class asia.redact.bracket.properties.impl.SortedPropertiesImpl
 
concurrent - Variable in class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
 
concurrent - Variable in class asia.redact.bracket.properties.PropertiesParser
 
containsKey(String) - Method in class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
 
containsKey(String) - Method in interface asia.redact.bracket.properties.Properties
 
containsValue(String) - Method in class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
 
CONTROL_CHARACTERS_END - Static variable in class asia.redact.bracket.properties.json.JsonWriter
 
CR - Static variable in class asia.redact.bracket.properties.line.PropertiesToken
 
CR_CHARS - Static variable in class asia.redact.bracket.properties.json.JsonWriter
 
createWriter(Writer) - Method in class asia.redact.bracket.properties.json.PrettyPrint
 
createWriter(Writer) - Method in class asia.redact.bracket.properties.json.WriterConfig
 
CRLF - Static variable in class asia.redact.bracket.properties.line.PropertiesToken
 
curly(String) - Method in interface asia.redact.bracket.properties.adapter.Quote
 
curly(String) - Method in class asia.redact.bracket.properties.adapter.QuoteAdapter
 
current - Variable in class asia.redact.bracket.properties.json.JsonParser
 
cutOffPointZero(String) - Static method in class asia.redact.bracket.properties.json.Json
 

D

data - Variable in class asia.redact.bracket.properties.ref.PropertiesReference
 
dateFormatISO8601 - Static variable in class asia.redact.bracket.properties.io.AsciiOutputFormat
 
dateFormatISO8601 - Static variable in class asia.redact.bracket.properties.io.HeaderFooterOutputFormat
 
dateValue(String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
dateValue(String, String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
dateValue(String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
The value is assumed to be stored as a long integer
dateValue(String, String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
decrypt(String) - Method in class asia.redact.bracket.util.Obfuscater
 
decryptToBytes(String) - Method in class asia.redact.bracket.util.Obfuscater
 
decryptToChar(String) - Method in class asia.redact.bracket.util.Obfuscater
 
decryptToChar(String, Charset) - Method in class asia.redact.bracket.util.Obfuscater
 
DEFAULT_BUFFER_SIZE - Static variable in class asia.redact.bracket.properties.json.JsonParser
 
DefaultHandler() - Constructor for class asia.redact.bracket.properties.json.Json.DefaultHandler
 
defaultPassword - Variable in class asia.redact.bracket.util.Obfuscater
 
deleteKey(String) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
deleteKey(String) - Method in interface asia.redact.bracket.properties.Properties
 
delimitedList(String, String) - Method in interface asia.redact.bracket.properties.adapter.Dot
 
delimitedList(String, String) - Method in class asia.redact.bracket.properties.adapter.DotAdapter
 
delimiter - Variable in class asia.redact.bracket.properties.line.LineScanner
 
delimiterLength - Variable in class asia.redact.bracket.properties.line.LineScanner
 
deobfuscate(String) - Method in interface asia.redact.bracket.properties.adapter.Sec
 
deobfuscate(String) - Method in class asia.redact.bracket.properties.adapter.SecAdapter
 
deobfuscateToChar(String) - Method in interface asia.redact.bracket.properties.adapter.Sec
 
deobfuscateToChar(String) - Method in class asia.redact.bracket.properties.adapter.SecAdapter
 
doctype - Static variable in class asia.redact.bracket.properties.io.XMLOutputFormat
 
Dot - Interface in asia.redact.bracket.properties.adapter
 
dot() - Method in class asia.redact.bracket.properties.Sugar
 
DotAdapter - Class in asia.redact.bracket.properties.adapter
 
DotAdapter(Properties) - Constructor for class asia.redact.bracket.properties.adapter.DotAdapter
 
dotIntegerPattern - Variable in class asia.redact.bracket.properties.adapter.DotAdapter
 
dotList(String) - Method in interface asia.redact.bracket.properties.adapter.Dot
 
dotList(String) - Method in class asia.redact.bracket.properties.adapter.DotAdapter
 
dq(String) - Method in interface asia.redact.bracket.properties.adapter.Quote
 
dq(String) - Method in class asia.redact.bracket.properties.adapter.QuoteAdapter
 

E

encrypt(char[], Charset) - Method in class asia.redact.bracket.util.Obfuscater
 
encrypt(char[]) - Method in class asia.redact.bracket.util.Obfuscater
 
encrypt(byte[]) - Method in class asia.redact.bracket.util.Obfuscater
 
encrypt(String) - Method in class asia.redact.bracket.util.Obfuscater
 
end - Variable in class asia.redact.bracket.properties.line.LineScanner
 
endArray(JsonArray) - Method in class asia.redact.bracket.properties.json.Json.DefaultHandler
 
endArray(A) - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the end of an array in the JSON input.
endArrayValue(JsonArray) - Method in class asia.redact.bracket.properties.json.Json.DefaultHandler
 
endArrayValue(A) - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the end of an array element in the JSON input.
endBoolean(boolean) - Method in class asia.redact.bracket.properties.json.Json.DefaultHandler
 
endBoolean(boolean) - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the end of a boolean literal (true or false) in the JSON input.
endCapture() - Method in class asia.redact.bracket.properties.json.JsonParser
 
endElement(String, String, String) - Method in class asia.redact.bracket.properties.io.BracketPropertiesSAXHandler
 
ending - Variable in class asia.redact.bracket.properties.line.Line
 
ending - Variable in enum asia.redact.bracket.properties.line.LineEnding
 
endNull() - Method in class asia.redact.bracket.properties.json.Json.DefaultHandler
 
endNull() - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the end of a null literal in the JSON input.
endNumber(String) - Method in class asia.redact.bracket.properties.json.Json.DefaultHandler
 
endNumber(String) - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the end of a number in the JSON input.
endObject(JsonObject) - Method in class asia.redact.bracket.properties.json.Json.DefaultHandler
 
endObject(O) - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the end of an object in the JSON input.
endObjectName(O, String) - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the end of an object member name in the JSON input.
endObjectValue(JsonObject, String) - Method in class asia.redact.bracket.properties.json.Json.DefaultHandler
 
endObjectValue(O, String) - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the end of an object member value in the JSON input.
endString(String) - Method in class asia.redact.bracket.properties.json.Json.DefaultHandler
 
endString(String) - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the end of a string in the JSON input.
Entry - Class in asia.redact.bracket.properties.values
 
Entry(String, char, Comment, List<String>) - Constructor for class asia.redact.bracket.properties.values.Entry
 
Env - Interface in asia.redact.bracket.properties.adapter
Addon for simple variable substitution of the form ${var} as commonly found in ant
env() - Method in class asia.redact.bracket.properties.Sugar
 
EnvAdapter - Class in asia.redact.bracket.properties.adapter
Implement templating scheme for environment variables
EnvAdapter(Properties) - Constructor for class asia.redact.bracket.properties.adapter.EnvAdapter
 
EnvResolver - Class in asia.redact.bracket.util
Collect environment and system properties values for use in variable expansion.
EnvResolver() - Constructor for class asia.redact.bracket.util.EnvResolver
 
EOF - Static variable in class asia.redact.bracket.properties.line.PropertiesToken
 
eof() - Static method in class asia.redact.bracket.properties.line.PropertiesToken
 
equals(Object) - Method in class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
 
equals(Object) - Method in class asia.redact.bracket.properties.json.JsonArray
 
equals(Object) - Method in class asia.redact.bracket.properties.json.JsonLiteral
 
equals(Object) - Method in class asia.redact.bracket.properties.json.JsonNumber
 
equals(Object) - Method in class asia.redact.bracket.properties.json.JsonObject
 
equals(Object) - Method in class asia.redact.bracket.properties.json.JsonObject.Member
 
equals(Object) - Method in class asia.redact.bracket.properties.json.JsonString
 
equals(Object) - Method in class asia.redact.bracket.properties.json.JsonValue
Indicates whether some other object is "equal to" this one according to the contract specified in Object.equals(Object).
equals(Object) - Method in class asia.redact.bracket.properties.json.Location
 
equals(Object) - Method in class asia.redact.bracket.properties.line.Line
 
equals(Object) - Method in class asia.redact.bracket.properties.values.BasicValueModel
 
error(String) - Method in class asia.redact.bracket.properties.json.JsonParser
 
ESCAPED_CR - Static variable in class asia.redact.bracket.properties.line.PropertiesToken
 
ESCAPED_CRLF - Static variable in class asia.redact.bracket.properties.line.PropertiesToken
 
ESCAPED_LF - Static variable in class asia.redact.bracket.properties.line.PropertiesToken
 
expected(String) - Method in class asia.redact.bracket.properties.json.JsonParser
 
ext - Variable in class asia.redact.bracket.properties.i18n.LocalePathBuilder
 

F

FALSE - Static variable in class asia.redact.bracket.properties.json.Json
Represents the JSON literal false.
fill - Variable in class asia.redact.bracket.properties.json.JsonParser
 
fill - Variable in class asia.redact.bracket.properties.json.WritingBuffer
 
fillBuf() - Method in class asia.redact.bracket.properties.line.LineScanner
 
floatValue(String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
floatValue(String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
flush() - Method in class asia.redact.bracket.properties.json.WritingBuffer
Flushes the internal buffer but does not flush the wrapped writer.
forEach(BiConsumer<String, ValueModel>) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
forEach(BiConsumer<String, ValueModel>) - Method in interface asia.redact.bracket.properties.Properties
 
format(String, char, List<String>, Comment) - Method in class asia.redact.bracket.properties.io.AsciiOutputFormat
 
format(String, char, List<String>, Comment) - Method in class asia.redact.bracket.properties.io.HeaderFooterOutputFormat
 
format(String, char, List<String>, Comment) - Method in interface asia.redact.bracket.properties.io.OutputFormat
 
format(String, char, List<String>, List<String>) - Method in class asia.redact.bracket.properties.io.PlainOutputFormat
 
format(String, char, List<String>, Comment) - Method in class asia.redact.bracket.properties.io.XMLOutputFormat
 
formatContentType() - Method in class asia.redact.bracket.properties.io.AsciiOutputFormat
 
formatContentType() - Method in class asia.redact.bracket.properties.io.HeaderFooterOutputFormat
 
formatContentType() - Method in interface asia.redact.bracket.properties.io.OutputFormat
 
formatContentType() - Method in class asia.redact.bracket.properties.io.PlainOutputFormat
 
formatContentType() - Method in class asia.redact.bracket.properties.io.XMLOutputFormat
 
formatFooter() - Method in class asia.redact.bracket.properties.io.AsciiOutputFormat
 
formatFooter() - Method in class asia.redact.bracket.properties.io.HeaderFooterOutputFormat
 
formatFooter() - Method in interface asia.redact.bracket.properties.io.OutputFormat
 
formatFooter() - Method in class asia.redact.bracket.properties.io.PlainOutputFormat
 
formatFooter() - Method in class asia.redact.bracket.properties.io.XMLOutputFormat
 
formatHeader() - Method in class asia.redact.bracket.properties.io.AsciiOutputFormat
 
formatHeader() - Method in class asia.redact.bracket.properties.io.HeaderFooterOutputFormat
 
formatHeader() - Method in interface asia.redact.bracket.properties.io.OutputFormat
 
formatHeader() - Method in class asia.redact.bracket.properties.io.PlainOutputFormat
 
formatHeader() - Method in class asia.redact.bracket.properties.io.XMLOutputFormat
 

G

generateClasspath(String) - Method in interface asia.redact.bracket.properties.adapter.Dot
Generate a classpath appropriate to this OS using values formatted as above
generateClasspath(String) - Method in class asia.redact.bracket.properties.adapter.DotAdapter
 
get(String) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
get(String, String) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
get(int) - Method in class asia.redact.bracket.properties.json.JsonArray
Returns the value of the element at the specified position in this array.
get(String) - Method in class asia.redact.bracket.properties.json.JsonObject
Returns the value of the member with the specified name in this object.
get(Object) - Method in class asia.redact.bracket.properties.json.JsonObject.HashIndexTable
 
get(String) - Method in interface asia.redact.bracket.properties.Properties
 
get(String, String) - Method in interface asia.redact.bracket.properties.Properties
 
get(String) - Method in class asia.redact.bracket.util.EnvResolver
 
getBoolean(String, boolean) - Method in class asia.redact.bracket.properties.json.JsonObject
Returns the boolean value of the member with the specified name in this object.
getColumn() - Method in exception asia.redact.bracket.properties.json.ParseException
Deprecated.
getComments(String) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
getComments(String) - Method in interface asia.redact.bracket.properties.Properties
 
getComments() - Method in class asia.redact.bracket.properties.values.BasicValueModel
 
getComments() - Method in class asia.redact.bracket.properties.values.Entry
 
getComments() - Method in interface asia.redact.bracket.properties.values.ValueModel
 
getDelimiter() - Method in class asia.redact.bracket.properties.line.LineScanner
 
getDouble(String, double) - Method in class asia.redact.bracket.properties.json.JsonObject
Returns the double value of the member with the specified name in this object.
getEnding() - Method in class asia.redact.bracket.properties.line.Line
 
getEnding() - Method in enum asia.redact.bracket.properties.line.LineEnding
 
getFloat(String, float) - Method in class asia.redact.bracket.properties.json.JsonObject
Returns the float value of the member with the specified name in this object.
getIndex() - Method in class asia.redact.bracket.properties.line.Line
 
getInt(String, int) - Method in class asia.redact.bracket.properties.json.JsonObject
Returns the int value of the member with the specified name in this object.
getKey() - Method in class asia.redact.bracket.properties.values.Entry
 
getKey() - Method in interface asia.redact.bracket.properties.values.KeyValueModel
 
getKeyRef(String) - Method in interface asia.redact.bracket.properties.adapter.Alias
 
getKeyRef(String) - Method in class asia.redact.bracket.properties.adapter.AliasAdapter
 
getLine() - Method in exception asia.redact.bracket.properties.json.ParseException
Deprecated.
getList() - Method in class asia.redact.bracket.properties.ref.LoadList
 
getListKeys(String) - Method in interface asia.redact.bracket.properties.adapter.Dot
Collect all the keys of the form keyBase.[integer].
getListKeys(String) - Method in class asia.redact.bracket.properties.adapter.DotAdapter
 
getLocation() - Method in class asia.redact.bracket.properties.json.JsonHandler
Returns the current parser location.
getLocation() - Method in class asia.redact.bracket.properties.json.JsonParser
 
getLocation() - Method in exception asia.redact.bracket.properties.json.ParseException
Returns the location at which the error occurred.
getLong(String, long) - Method in class asia.redact.bracket.properties.json.JsonObject
Returns the long value of the member with the specified name in this object.
getMatchingKeys(String) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
getMatchingKeys(String) - Method in interface asia.redact.bracket.properties.Properties
 
getName() - Method in class asia.redact.bracket.properties.json.JsonObject.Member
Returns the name of this member.
getOffset() - Method in exception asia.redact.bracket.properties.json.ParseException
Deprecated.
getProperties() - Method in class asia.redact.bracket.properties.PropertiesParser
 
getProps() - Method in class asia.redact.bracket.properties.ref.LoadList
 
getReplacementChars(char) - Static method in class asia.redact.bracket.properties.json.JsonWriter
 
getResult() - Method in class asia.redact.bracket.properties.io.NativeToAsciiFilter
 
getSearchStrings() - Method in class asia.redact.bracket.properties.i18n.LocalePathBuilder
 
getSeparator(String) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
getSeparator(String) - Method in interface asia.redact.bracket.properties.Properties
 
getSeparator() - Method in class asia.redact.bracket.properties.values.BasicValueModel
 
getSeparator() - Method in class asia.redact.bracket.properties.values.Entry
 
getSeparator() - Method in interface asia.redact.bracket.properties.values.ValueModel
 
getString(String, String) - Method in class asia.redact.bracket.properties.json.JsonObject
Returns the String value of the member with the specified name in this object.
getText() - Method in class asia.redact.bracket.properties.line.Line
 
getTotalRead() - Method in class asia.redact.bracket.properties.line.LineScanner
 
getValue() - Method in class asia.redact.bracket.properties.json.Json.DefaultHandler
 
getValue() - Method in class asia.redact.bracket.properties.json.JsonObject.Member
Returns the value of this member.
getValue() - Method in class asia.redact.bracket.properties.values.BasicValueModel
 
getValue() - Method in class asia.redact.bracket.properties.values.Entry
 
getValue() - Method in interface asia.redact.bracket.properties.values.ValueModel
Concatenates the values
getValueModel(String) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
getValueModel(String) - Method in interface asia.redact.bracket.properties.Properties
 
getValues(String) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
getValues(String) - Method in interface asia.redact.bracket.properties.Properties
 
getValues() - Method in class asia.redact.bracket.properties.values.BasicValueModel
 
getValues() - Method in class asia.redact.bracket.properties.values.Entry
 
getValues() - Method in interface asia.redact.bracket.properties.values.ValueModel
 

H

handler - Variable in class asia.redact.bracket.properties.json.JsonParser
 
hasContinuation() - Method in class asia.redact.bracket.properties.line.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.impl.AbstractMapDerivedPropertiesBase
 
hashCode() - Method in class asia.redact.bracket.properties.json.JsonArray
 
hashCode() - Method in class asia.redact.bracket.properties.json.JsonLiteral
 
hashCode() - Method in class asia.redact.bracket.properties.json.JsonNumber
 
hashCode() - Method in class asia.redact.bracket.properties.json.JsonObject
 
hashCode() - Method in class asia.redact.bracket.properties.json.JsonObject.Member
 
hashCode() - Method in class asia.redact.bracket.properties.json.JsonString
 
hashCode() - Method in class asia.redact.bracket.properties.json.JsonValue
 
hashCode() - Method in class asia.redact.bracket.properties.json.Location
 
hashCode() - Method in class asia.redact.bracket.properties.line.Line
 
hashCode() - Method in class asia.redact.bracket.properties.values.BasicValueModel
 
HashIndexTable() - Constructor for class asia.redact.bracket.properties.json.JsonObject.HashIndexTable
 
HashIndexTable(JsonObject.HashIndexTable) - Constructor for class asia.redact.bracket.properties.json.JsonObject.HashIndexTable
 
hashSlotFor(Object) - Method in class asia.redact.bracket.properties.json.JsonObject.HashIndexTable
 
hashTable - Variable in class asia.redact.bracket.properties.json.JsonObject.HashIndexTable
 
hasKeyLike(String) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
hasKeyLike(String) - Method in interface asia.redact.bracket.properties.Properties
 
hasLanguage() - Method in class asia.redact.bracket.properties.i18n.LocalePathBuilder
 
hasLanguageCountry() - Method in class asia.redact.bracket.properties.i18n.LocalePathBuilder
 
hasLanguageCountryVariant() - Method in class asia.redact.bracket.properties.i18n.LocalePathBuilder
 
hasNext() - Method in class asia.redact.bracket.properties.values.Comment.Iter
 
hasNonEmptyValue(String) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
hasNonEmptyValue(String) - Method in interface asia.redact.bracket.properties.Properties
 
hasXMLSpecialChar(String) - Method in class asia.redact.bracket.properties.io.XMLOutputFormat
 
HeaderFooterOutputFormat - Class in asia.redact.bracket.properties.io
An augmented format for properties output.
HeaderFooterOutputFormat() - Constructor for class asia.redact.bracket.properties.io.HeaderFooterOutputFormat
 
HEX_DIGITS - Static variable in class asia.redact.bracket.properties.json.JsonWriter
 

I

in - Variable in class asia.redact.bracket.properties.io.AsciiToNativeFilter
 
in - Variable in class asia.redact.bracket.properties.line.LineScanner
 
indent - Variable in class asia.redact.bracket.properties.json.PrettyPrint.PrettyPrintWriter
 
indentChars - Variable in class asia.redact.bracket.properties.json.PrettyPrint
 
indentChars - Variable in class asia.redact.bracket.properties.json.PrettyPrint.PrettyPrintWriter
 
indentWithSpaces(int) - Static method in class asia.redact.bracket.properties.json.PrettyPrint
Print every value on a separate line.
indentWithTabs() - Static method in class asia.redact.bracket.properties.json.PrettyPrint
Do not break lines, but still insert whitespace between values.
index - Variable in class asia.redact.bracket.properties.json.JsonParser
 
index - Variable in class asia.redact.bracket.properties.line.Line
 
index - Variable in class asia.redact.bracket.properties.values.Comment.Iter
 
indexOf(String) - Method in class asia.redact.bracket.properties.json.JsonObject
 
init(String, Locale, String) - Method in class asia.redact.bracket.properties.i18n.ResourceFinder
 
init() - Method in class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
Initialize the map
init() - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
init() - Method in class asia.redact.bracket.properties.impl.SortedPropertiesImpl
 
InputAdapter - Class in asia.redact.bracket.properties.io
 
InputAdapter() - Constructor for class asia.redact.bracket.properties.io.InputAdapter
 
InputAdapter(Properties) - Constructor for class asia.redact.bracket.properties.io.InputAdapter
 
INSTANCE - Static variable in class asia.redact.bracket.util.EnvResolver
 
intValue(String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
intValue(String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
isArray() - Method in class asia.redact.bracket.properties.json.JsonArray
 
isArray() - Method in class asia.redact.bracket.properties.json.JsonValue
Detects whether this value represents a JSON array.
isBoolean() - Method in class asia.redact.bracket.properties.json.JsonLiteral
 
isBoolean() - Method in class asia.redact.bracket.properties.json.JsonValue
Detects whether this value represents a boolean value.
isClosed() - Method in class asia.redact.bracket.properties.line.LineScanner
 
isCommentLine() - Method in class asia.redact.bracket.properties.line.Line
 
isDigit() - Method in class asia.redact.bracket.properties.json.JsonParser
 
isEmpty() - Method in class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
 
isEmpty() - Method in class asia.redact.bracket.properties.json.JsonArray
Returns true if this array contains no elements.
isEmpty() - Method in class asia.redact.bracket.properties.json.JsonObject
Returns true if this object contains no members.
isEmptyLine() - Method in class asia.redact.bracket.properties.line.Line
 
isEndOfText() - Method in class asia.redact.bracket.properties.json.JsonParser
 
isExternal - Variable in class asia.redact.bracket.properties.i18n.ResourceFinder
 
isFalse - Variable in class asia.redact.bracket.properties.json.JsonLiteral
 
isFalse() - Method in class asia.redact.bracket.properties.json.JsonLiteral
 
isFalse() - Method in class asia.redact.bracket.properties.json.JsonValue
Detects whether this value represents the JSON literal false.
isHexDigit() - Method in class asia.redact.bracket.properties.json.JsonParser
 
isNaturalLine() - Method in class asia.redact.bracket.properties.line.Line
Natural lines contain keys, a delimiter, and a value (or initial value part)
isNull - Variable in class asia.redact.bracket.properties.json.JsonLiteral
 
isNull() - Method in class asia.redact.bracket.properties.json.JsonLiteral
 
isNull() - Method in class asia.redact.bracket.properties.json.JsonValue
Detects whether this value represents the JSON literal null.
isNumber() - Method in class asia.redact.bracket.properties.json.JsonNumber
 
isNumber() - Method in class asia.redact.bracket.properties.json.JsonValue
Detects whether this value represents a JSON number.
isObject() - Method in class asia.redact.bracket.properties.json.JsonObject
 
isObject() - Method in class asia.redact.bracket.properties.json.JsonValue
Detects whether this value represents a JSON object.
isPrivateComment() - Method in class asia.redact.bracket.properties.line.Line
Used to identify our private (transient) comment system for a comment header
isString() - Method in class asia.redact.bracket.properties.json.JsonString
 
isString() - Method in class asia.redact.bracket.properties.json.JsonValue
Detects whether this value represents a JSON string.
isTrue - Variable in class asia.redact.bracket.properties.json.JsonLiteral
 
isTrue() - Method in class asia.redact.bracket.properties.json.JsonLiteral
 
isTrue() - Method in class asia.redact.bracket.properties.json.JsonValue
Detects whether this value represents the JSON literal true.
isWhiteSpace() - Method in class asia.redact.bracket.properties.json.JsonParser
 
Iter(String[]) - Constructor for class asia.redact.bracket.properties.values.Comment.Iter
 
ITERATIONS - Variable in class asia.redact.bracket.util.Obfuscater
 
iterator() - Method in class asia.redact.bracket.properties.json.JsonArray
Returns an iterator over the values of this array in document order.
iterator() - Method in class asia.redact.bracket.properties.json.JsonObject
Returns an iterator over the members of this object in document order.
iterator() - Method in class asia.redact.bracket.properties.values.Comment
 

J

Json - Class in asia.redact.bracket.properties.json
This class serves as the entry point to the minimal-json API.
Json() - Constructor for class asia.redact.bracket.properties.json.Json
 
Json.DefaultHandler - Class in asia.redact.bracket.properties.json
 
JsonArray - Class in asia.redact.bracket.properties.json
 
JsonArray() - Constructor for class asia.redact.bracket.properties.json.JsonArray
Creates a new empty JsonArray.
JsonArray(JsonArray) - Constructor for class asia.redact.bracket.properties.json.JsonArray
Creates a new JsonArray with the contents of the specified JSON array.
JsonArray(JsonArray, boolean) - Constructor for class asia.redact.bracket.properties.json.JsonArray
 
JsonHandler<A,O> - Class in asia.redact.bracket.properties.json
A handler for parser events.
JsonHandler() - Constructor for class asia.redact.bracket.properties.json.JsonHandler
 
JsonLiteral - Class in asia.redact.bracket.properties.json
 
JsonLiteral(String) - Constructor for class asia.redact.bracket.properties.json.JsonLiteral
 
JsonNumber - Class in asia.redact.bracket.properties.json
 
JsonNumber(String) - Constructor for class asia.redact.bracket.properties.json.JsonNumber
 
JsonObject - Class in asia.redact.bracket.properties.json
 
JsonObject() - Constructor for class asia.redact.bracket.properties.json.JsonObject
Creates a new empty JsonObject.
JsonObject(JsonObject) - Constructor for class asia.redact.bracket.properties.json.JsonObject
Creates a new JsonObject, initialized with the contents of the specified JSON object.
JsonObject(JsonObject, boolean) - Constructor for class asia.redact.bracket.properties.json.JsonObject
 
JsonObject.HashIndexTable - Class in asia.redact.bracket.properties.json
 
JsonObject.Member - Class in asia.redact.bracket.properties.json
Represents a member of a JSON object, a pair of a name and a value.
JsonParser - Class in asia.redact.bracket.properties.json
A streaming parser for JSON text.
JsonParser(JsonHandler<?, ?>) - Constructor for class asia.redact.bracket.properties.json.JsonParser
Creates a new JsonParser with the given handler.
JsonString - Class in asia.redact.bracket.properties.json
 
JsonString(String) - Constructor for class asia.redact.bracket.properties.json.JsonString
 
JsonValue - Class in asia.redact.bracket.properties.json
Represents a JSON value.
JsonValue() - Constructor for class asia.redact.bracket.properties.json.JsonValue
 
JsonWriter - Class in asia.redact.bracket.properties.json
 
JsonWriter(Writer) - Constructor for class asia.redact.bracket.properties.json.JsonWriter
 

K

key - Variable in class asia.redact.bracket.properties.io.BracketPropertiesSAXHandler
 
key - Variable in class asia.redact.bracket.properties.values.Entry
 
KEY_LENGTH - Variable in class asia.redact.bracket.util.Obfuscater
 
keySet() - Method in class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
 
KeyValueModel - Interface in asia.redact.bracket.properties.values
 

L

LF - Static variable in class asia.redact.bracket.properties.line.PropertiesToken
 
LF_CHARS - Static variable in class asia.redact.bracket.properties.json.JsonWriter
 
line - Variable in class asia.redact.bracket.properties.json.JsonParser
 
line - Variable in class asia.redact.bracket.properties.json.Location
The line number, starting at 1.
Line - Class in asia.redact.bracket.properties.line
Representation of a line of text in a properties file.
Line(String, long, LineEnding) - Constructor for class asia.redact.bracket.properties.line.Line
 
line() - Method in class asia.redact.bracket.properties.line.LineScanner
This is the interface into the parser, don't use the other methods (the ones from Reader).
lineBreak - Static variable in class asia.redact.bracket.properties.io.NativeToAsciiFilter
 
lineBreak - Variable in class asia.redact.bracket.properties.io.NativeToAsciiFilterWriter
 
LineEnding - Enum in asia.redact.bracket.properties.line
 
LineEnding(String) - Constructor for enum asia.redact.bracket.properties.line.LineEnding
 
lineOffset - Variable in class asia.redact.bracket.properties.json.JsonParser
 
LineScanner - Class in asia.redact.bracket.properties.line
This class was originally taken from Apache Harmony.
LineScanner(Reader) - Constructor for class asia.redact.bracket.properties.line.LineScanner
 
LineScanner(Reader, int) - Constructor for class asia.redact.bracket.properties.line.LineScanner
 
lineSeparator - Static variable in interface asia.redact.bracket.properties.io.OutputFormat
 
lineSeparator - Static variable in class asia.redact.bracket.properties.values.BasicValueModel
 
list - Variable in class asia.redact.bracket.properties.ref.LoadList
 
listValue(String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
listValue(String, String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
listValue(String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
listValue(String, String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
load() - Method in class asia.redact.bracket.properties.ref.LoadList
 
loadFromClasspath(PropertiesReference) - Method in class asia.redact.bracket.properties.ref.LoadList
interpret ref.data as a class path such as /myprops.properties
loadFromDirect(PropertiesReference) - Method in class asia.redact.bracket.properties.ref.LoadList
Interpret ref.data as a stream of properties such as myval.0=1\nmyval1=2
loadFromExternal(PropertiesReference) - Method in class asia.redact.bracket.properties.ref.LoadList
Support data which is a directory path containing properties file(s) or a else file path to a single properties file
loadFromSystemProps(String) - Method in class asia.redact.bracket.properties.ref.LoadList
 
LoadList - Class in asia.redact.bracket.properties.ref
Container for list of references from which to load properties.
LoadList() - Constructor for class asia.redact.bracket.properties.ref.LoadList
 
LoadList(Properties) - Constructor for class asia.redact.bracket.properties.ref.LoadList
 
locale - Variable in class asia.redact.bracket.properties.i18n.LocalePathBuilder
 
LocalePathBuilder - Class in asia.redact.bracket.properties.i18n
 
LocalePathBuilder(String, Locale, String) - Constructor for class asia.redact.bracket.properties.i18n.LocalePathBuilder
For example, ("/ibmresbundle/app", Locale.JAPAN, ".properties")
locate() - Method in class asia.redact.bracket.properties.i18n.ResourceFinder
 
locateExternal() - Method in class asia.redact.bracket.properties.i18n.ResourceFinder
 
Location - Class in asia.redact.bracket.properties.json
An immutable object that represents a location in the parsed text.
Location(int, int, int) - Constructor for class asia.redact.bracket.properties.json.Location
 
location - Variable in exception asia.redact.bracket.properties.json.ParseException
 
logicalLineContents() - Method in class asia.redact.bracket.properties.line.Line
 
longValue(String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
longValue(String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 

M

main(String[]) - Static method in class asia.redact.bracket.util.Obfuscater
Simple main method for utility use case.
map - Variable in class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
 
mark - Variable in class asia.redact.bracket.properties.line.LineScanner
 
mark(int) - Method in class asia.redact.bracket.properties.line.LineScanner
 
markLimit - Variable in class asia.redact.bracket.properties.line.LineScanner
 
markSupported() - Method in class asia.redact.bracket.properties.line.LineScanner
 
MAX_NESTING_LEVEL - Static variable in class asia.redact.bracket.properties.json.JsonParser
 
Member(String, JsonValue) - Constructor for class asia.redact.bracket.properties.json.JsonObject.Member
 
merge(Properties) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
merge(JsonObject) - Method in class asia.redact.bracket.properties.json.JsonObject
Copies all members of the specified object into this object.
merge(Properties) - Method in interface asia.redact.bracket.properties.Properties
 
MIN_BUFFER_SIZE - Static variable in class asia.redact.bracket.properties.json.JsonParser
 
MINIMAL - Static variable in class asia.redact.bracket.properties.json.WriterConfig
Write JSON in its minimal form, without any additional whitespace.

N

name - Variable in class asia.redact.bracket.properties.json.JsonObject.Member
 
names - Variable in class asia.redact.bracket.properties.json.JsonObject
 
names() - Method in class asia.redact.bracket.properties.json.JsonObject
Returns a list of the names in this object in document order.
nativeToAscii() - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
nativeToAscii() - Method in class asia.redact.bracket.properties.impl.SortedPropertiesImpl
 
nativeToAscii() - Method in interface asia.redact.bracket.properties.Properties
 
NativeToAsciiFilter - Class in asia.redact.bracket.properties.io
 
NativeToAsciiFilter() - Constructor for class asia.redact.bracket.properties.io.NativeToAsciiFilter
 
NativeToAsciiFilter(String) - Constructor for class asia.redact.bracket.properties.io.NativeToAsciiFilter
 
NativeToAsciiFilter(StringBuffer) - Constructor for class asia.redact.bracket.properties.io.NativeToAsciiFilter
 
NativeToAsciiFilterWriter - Class in asia.redact.bracket.properties.io
Rework of the Sun open source code - write UTF escapes for higher than ASCII characters.
NativeToAsciiFilterWriter(Writer) - Constructor for class asia.redact.bracket.properties.io.NativeToAsciiFilterWriter
 
naturalLineContents() - Method in class asia.redact.bracket.properties.line.Line
 
nestingLevel - Variable in class asia.redact.bracket.properties.json.JsonParser
 
next() - Method in class asia.redact.bracket.properties.values.Comment.Iter
 
nominalEnding() - Method in class asia.redact.bracket.properties.line.Line
 
NULL - Static variable in class asia.redact.bracket.properties.json.Json
Represents the JSON literal null.

O

obfuscate(String) - Method in interface asia.redact.bracket.properties.adapter.Sec
 
obfuscate(String) - Method in class asia.redact.bracket.properties.adapter.SecAdapter
 
Obfuscater - Class in asia.redact.bracket.util
Support for obfuscated properties.
Obfuscater(char[]) - Constructor for class asia.redact.bracket.util.Obfuscater
 
Obfuscater() - Constructor for class asia.redact.bracket.util.Obfuscater
 
object() - Static method in class asia.redact.bracket.properties.json.Json
Creates a new empty JsonObject.
offset - Variable in class asia.redact.bracket.properties.json.Location
The absolute character index, starting at 0.
options - Variable in class asia.redact.bracket.properties.PropertiesParser
 
out - Variable in class asia.redact.bracket.properties.io.NativeToAsciiFilter
 
OutputAdapter - Class in asia.redact.bracket.properties.io
Output the properties to various data sinks and in various charsets and formats.
OutputAdapter(Properties) - Constructor for class asia.redact.bracket.properties.io.OutputAdapter
 
OutputFormat - Interface in asia.redact.bracket.properties.io
You can implement custom output formats using this interface and OutputAdapter.writeTo(Writer, OutputFormat);

P

parse(String) - Static method in class asia.redact.bracket.properties.json.Json
Parses the given input string as JSON.
parse(Reader) - Static method in class asia.redact.bracket.properties.json.Json
Reads the entire input from the given reader and parses it as JSON.
parse(String) - Method in class asia.redact.bracket.properties.json.JsonParser
Parses the given input string.
parse(Reader) - Method in class asia.redact.bracket.properties.json.JsonParser
Reads the entire input from the given reader and parses it as JSON.
parse(Reader, int) - Method in class asia.redact.bracket.properties.json.JsonParser
Reads the entire input from the given reader and parses it as JSON.
parse(Comparator<String>) - Method in class asia.redact.bracket.properties.PropertiesParser
populates a SortedPropertiesImpl (which only makes sense if you need something other than insert-order ordering)
parse() - Method in class asia.redact.bracket.properties.PropertiesParser
populates a PropertiesImpl object.
ParseException - Exception in asia.redact.bracket.properties.json
An unchecked exception to indicate that an input does not qualify as valid JSON.
ParseException(String, Location) - Constructor for exception asia.redact.bracket.properties.json.ParseException
 
parser - Variable in class asia.redact.bracket.properties.json.JsonHandler
 
password - Variable in class asia.redact.bracket.util.Obfuscater
 
passwordValue(String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
passwordValue(String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
path - Variable in class asia.redact.bracket.properties.i18n.LocalePathBuilder
 
pathBuilder - Variable in class asia.redact.bracket.properties.i18n.ResourceFinder
 
pauseCapture() - Method in class asia.redact.bracket.properties.json.JsonParser
 
PlainOutputFormat - Class in asia.redact.bracket.properties.io
Really simple, no frills output similar to legacy.
PlainOutputFormat() - Constructor for class asia.redact.bracket.properties.io.PlainOutputFormat
 
pos - Variable in class asia.redact.bracket.properties.line.LineScanner
 
PRETTY_PRINT - Static variable in class asia.redact.bracket.properties.json.WriterConfig
Write JSON in pretty-print, with each value on a separate line and an indentation of two spaces.
PrettyPrint - Class in asia.redact.bracket.properties.json
Enables human readable JSON output by inserting whitespace between values after commas and colons.
PrettyPrint(char[]) - Constructor for class asia.redact.bracket.properties.json.PrettyPrint
 
PrettyPrint.PrettyPrintWriter - Class in asia.redact.bracket.properties.json
 
PrettyPrintWriter(Writer, char[]) - Constructor for class asia.redact.bracket.properties.json.PrettyPrint.PrettyPrintWriter
 
properties - Variable in class asia.redact.bracket.properties.io.OutputAdapter
 
Properties - Interface in asia.redact.bracket.properties
 
PropertiesImpl - Class in asia.redact.bracket.properties.impl
 
PropertiesImpl(boolean) - Constructor for class asia.redact.bracket.properties.impl.PropertiesImpl
 
PropertiesParser - Class in asia.redact.bracket.properties
 
PropertiesParser(LineScanner) - Constructor for class asia.redact.bracket.properties.PropertiesParser
 
PropertiesParser(LineScanner, int) - Constructor for class asia.redact.bracket.properties.PropertiesParser
 
PropertiesParser(LineScanner, boolean, int) - Constructor for class asia.redact.bracket.properties.PropertiesParser
 
PropertiesReference - Class in asia.redact.bracket.properties.ref
Data type to represent one of:
PropertiesReference(ReferenceType, String) - Constructor for class asia.redact.bracket.properties.ref.PropertiesReference
Assume UTF-8 as a default
PropertiesReference(ReferenceType, String, Charset) - Constructor for class asia.redact.bracket.properties.ref.PropertiesReference
 
PropertiesReference(File, Charset) - Constructor for class asia.redact.bracket.properties.ref.PropertiesReference
 
PropertiesToken - Class in asia.redact.bracket.properties.line
Container for token type and text
PropertiesToken(PropertiesTokenType, String) - Constructor for class asia.redact.bracket.properties.line.PropertiesToken
 
PropertiesTokenType - Enum in asia.redact.bracket.properties.line
Tokens seen in a scan.
PropertiesTokenType() - Constructor for enum asia.redact.bracket.properties.line.PropertiesTokenType
 
props - Variable in class asia.redact.bracket.properties.adapter.AliasAdapter
 
props - Variable in class asia.redact.bracket.properties.adapter.DotAdapter
 
props - Variable in class asia.redact.bracket.properties.adapter.EnvAdapter
 
props - Variable in class asia.redact.bracket.properties.adapter.QuoteAdapter
 
props - Variable in class asia.redact.bracket.properties.adapter.SecAdapter
 
props - Variable in class asia.redact.bracket.properties.adapter.TypesAdapter
 
props - Variable in class asia.redact.bracket.properties.i18n.ResourceFinder
 
props - Variable in class asia.redact.bracket.properties.io.BracketPropertiesSAXHandler
 
props - Variable in class asia.redact.bracket.properties.io.InputAdapter
 
props - Variable in class asia.redact.bracket.properties.io.RandomAccessFileOutputAdapter
 
props - Variable in class asia.redact.bracket.properties.PropertiesParser
 
props - Variable in class asia.redact.bracket.properties.ref.LoadList
 
props - Variable in class asia.redact.bracket.properties.Sugar
 
put(String, String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
put(String, char[]) - Method in interface asia.redact.bracket.properties.adapter.Types
 
put(String, int) - Method in interface asia.redact.bracket.properties.adapter.Types
 
put(String, byte) - Method in interface asia.redact.bracket.properties.adapter.Types
 
put(String, short) - Method in interface asia.redact.bracket.properties.adapter.Types
 
put(String, float) - Method in interface asia.redact.bracket.properties.adapter.Types
 
put(String, long) - Method in interface asia.redact.bracket.properties.adapter.Types
 
put(String, double) - Method in interface asia.redact.bracket.properties.adapter.Types
 
put(String, boolean) - Method in interface asia.redact.bracket.properties.adapter.Types
 
put(String, char) - Method in interface asia.redact.bracket.properties.adapter.Types
 
put(String, BigInteger) - Method in interface asia.redact.bracket.properties.adapter.Types
 
put(String, BigDecimal) - Method in interface asia.redact.bracket.properties.adapter.Types
 
put(String, List<String>) - Method in interface asia.redact.bracket.properties.adapter.Types
 
put(String, char, List<String>) - Method in interface asia.redact.bracket.properties.adapter.Types
 
put(String, String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
put(String, char[]) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
put(String, int) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
put(String, BigInteger) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
put(String, BigDecimal) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
put(String, float) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
put(String, long) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
put(String, double) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
put(String, boolean) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
put(String, char) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
put(String, byte) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
put(String, short) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
put(String, char, List<String>) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
put(String, List<String>) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
put(String, Comment, String...) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
put(String, char, Comment, String...) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
put(KeyValueModel) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
put(String, ValueModel) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
put(String, String...) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
put(String, String...) - Method in interface asia.redact.bracket.properties.Properties
 
put(String, Comment, String...) - Method in interface asia.redact.bracket.properties.Properties
 
put(String, char, Comment, String...) - Method in interface asia.redact.bracket.properties.Properties
 
put(KeyValueModel) - Method in interface asia.redact.bracket.properties.Properties
 
put(String, ValueModel) - Method in interface asia.redact.bracket.properties.Properties
 
putKeyRef(String, String) - Method in interface asia.redact.bracket.properties.adapter.Alias
 
putKeyRef(String, String) - Method in class asia.redact.bracket.properties.adapter.AliasAdapter
 

Q

QUOT_CHARS - Static variable in class asia.redact.bracket.properties.json.JsonWriter
 
Quote - Interface in asia.redact.bracket.properties.adapter
 
quote() - Method in class asia.redact.bracket.properties.Sugar
 
QuoteAdapter - Class in asia.redact.bracket.properties.adapter
 
QuoteAdapter(Properties) - Constructor for class asia.redact.bracket.properties.adapter.QuoteAdapter
 

R

RandomAccessFileOutputAdapter - Class in asia.redact.bracket.properties.io
Joins an OutputFormatter with a file to output.
RandomAccessFileOutputAdapter(Properties) - Constructor for class asia.redact.bracket.properties.io.RandomAccessFileOutputAdapter
 
read() - Method in class asia.redact.bracket.properties.io.AsciiToNativeFilter
 
read(char[], int, int) - Method in class asia.redact.bracket.properties.io.AsciiToNativeFilterReader
 
read() - Method in class asia.redact.bracket.properties.io.AsciiToNativeFilterReader
 
read(Reader) - Method in class asia.redact.bracket.properties.io.InputAdapter
Read in a standard properties formatted file.
read() - Method in class asia.redact.bracket.properties.json.JsonParser
 
read() - Method in class asia.redact.bracket.properties.line.LineScanner
 
read(char[], int, int) - Method in class asia.redact.bracket.properties.line.LineScanner
 
readArray() - Method in class asia.redact.bracket.properties.json.JsonParser
 
readChar(char) - Method in class asia.redact.bracket.properties.json.JsonParser
 
readDigit() - Method in class asia.redact.bracket.properties.json.JsonParser
 
reader - Variable in class asia.redact.bracket.properties.json.JsonParser
 
readEscape() - Method in class asia.redact.bracket.properties.json.JsonParser
 
readExponent() - Method in class asia.redact.bracket.properties.json.JsonParser
 
readFalse() - Method in class asia.redact.bracket.properties.json.JsonParser
 
readFraction() - Method in class asia.redact.bracket.properties.json.JsonParser
 
readJSON(Reader) - Method in class asia.redact.bracket.properties.io.InputAdapter
 
readLegacyProperties(Properties) - Method in class asia.redact.bracket.properties.io.InputAdapter
 
readLine() - Method in class asia.redact.bracket.properties.line.LineScanner
 
readMap(Map<String, ?>) - Method in class asia.redact.bracket.properties.io.InputAdapter
 
readName() - Method in class asia.redact.bracket.properties.json.JsonParser
 
readNull() - Method in class asia.redact.bracket.properties.json.JsonParser
 
readNumber() - Method in class asia.redact.bracket.properties.json.JsonParser
 
readObject(ObjectInputStream) - Method in class asia.redact.bracket.properties.json.JsonObject
 
readObject() - Method in class asia.redact.bracket.properties.json.JsonParser
 
readRequiredChar(char) - Method in class asia.redact.bracket.properties.json.JsonParser
 
readString() - Method in class asia.redact.bracket.properties.json.JsonParser
 
readStringInternal() - Method in class asia.redact.bracket.properties.json.JsonParser
 
readTrue() - Method in class asia.redact.bracket.properties.json.JsonParser
 
readValue() - Method in class asia.redact.bracket.properties.json.JsonParser
 
readXML(Reader) - Method in class asia.redact.bracket.properties.io.InputAdapter
 
ready() - Method in class asia.redact.bracket.properties.line.LineScanner
 
REF_TOKEN - Static variable in interface asia.redact.bracket.properties.adapter.Alias
 
ReferenceType - Enum in asia.redact.bracket.properties.ref
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"
ReferenceType() - Constructor for enum asia.redact.bracket.properties.ref.ReferenceType
 
remove(String) - Method in class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
 
remove(int) - Method in class asia.redact.bracket.properties.json.JsonArray
Removes the element at the specified index from this array.
remove(int) - Method in class asia.redact.bracket.properties.json.JsonObject.HashIndexTable
 
remove(String) - Method in class asia.redact.bracket.properties.json.JsonObject
Removes a member with the specified name from this object.
remove() - Method in class asia.redact.bracket.properties.values.Comment.Iter
 
reset() - Method in class asia.redact.bracket.properties.line.LineScanner
 
resolve(String) - Method in interface asia.redact.bracket.properties.adapter.Env
 
resolve(String) - Method in class asia.redact.bracket.properties.adapter.EnvAdapter
 
ResourceFinder - Class in asia.redact.bracket.properties.i18n
Given an absolute path to a folder containing a set of properties files (in resource bundle form) load the correct one based on the provided locale.
ResourceFinder(String, Locale, String) - Constructor for class asia.redact.bracket.properties.i18n.ResourceFinder
Constructor for classpath resource
ResourceFinder(Properties, String, Locale, String) - Constructor for class asia.redact.bracket.properties.i18n.ResourceFinder
Constructor for classpath resource where the properties are injected into the provided props instance

S

salt - Variable in class asia.redact.bracket.util.Obfuscater
 
scanner - Variable in class asia.redact.bracket.properties.PropertiesParser
 
scurly(String) - Method in interface asia.redact.bracket.properties.adapter.Quote
 
scurly(String) - Method in class asia.redact.bracket.properties.adapter.QuoteAdapter
 
Sec - Interface in asia.redact.bracket.properties.adapter
 
sec() - Method in class asia.redact.bracket.properties.Sugar
 
sec(char[]) - Method in class asia.redact.bracket.properties.Sugar
 
SecAdapter - Class in asia.redact.bracket.properties.adapter
 
SecAdapter(Properties) - Constructor for class asia.redact.bracket.properties.adapter.SecAdapter
 
SecAdapter(Properties, char[]) - Constructor for class asia.redact.bracket.properties.adapter.SecAdapter
 
separator - Variable in class asia.redact.bracket.properties.values.BasicValueModel
 
separator - Variable in class asia.redact.bracket.properties.values.Entry
 
serialVersionUID - Static variable in class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
 
serialVersionUID - Static variable in class asia.redact.bracket.properties.impl.PropertiesImpl
 
serialVersionUID - Static variable in class asia.redact.bracket.properties.impl.SortedPropertiesImpl
 
serialVersionUID - Static variable in class asia.redact.bracket.properties.line.Line
 
serialVersionUID - Static variable in class asia.redact.bracket.properties.line.PropertiesToken
 
serialVersionUID - Static variable in class asia.redact.bracket.properties.ref.PropertiesReference
 
serialVersionUID - Static variable in class asia.redact.bracket.properties.values.BasicValueModel
 
serialVersionUID - Static variable in class asia.redact.bracket.properties.values.Entry
 
set(int, int) - Method in class asia.redact.bracket.properties.json.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified int value.
set(int, long) - Method in class asia.redact.bracket.properties.json.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified long value.
set(int, float) - Method in class asia.redact.bracket.properties.json.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified float value.
set(int, double) - Method in class asia.redact.bracket.properties.json.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified double value.
set(int, boolean) - Method in class asia.redact.bracket.properties.json.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified boolean value.
set(int, String) - Method in class asia.redact.bracket.properties.json.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified string.
set(int, JsonValue) - Method in class asia.redact.bracket.properties.json.JsonArray
Replaces the element at the specified position in this array with the specified JSON value.
set(String, int) - Method in class asia.redact.bracket.properties.json.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified int value.
set(String, long) - Method in class asia.redact.bracket.properties.json.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified long value.
set(String, float) - Method in class asia.redact.bracket.properties.json.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified float value.
set(String, double) - Method in class asia.redact.bracket.properties.json.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified double value.
set(String, boolean) - Method in class asia.redact.bracket.properties.json.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified boolean value.
set(String, String) - Method in class asia.redact.bracket.properties.json.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified string.
set(String, JsonValue) - Method in class asia.redact.bracket.properties.json.JsonObject
Sets the value of the member with the specified name to the specified JSON value.
setConcurrent(boolean) - Method in class asia.redact.bracket.properties.PropertiesParser
 
setSeparator(char) - Method in class asia.redact.bracket.properties.values.BasicValueModel
 
shortValue(String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
shortValue(String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
singleLine() - Static method in class asia.redact.bracket.properties.json.PrettyPrint
Print every value on a separate line.
size() - Method in class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
 
size() - Method in class asia.redact.bracket.properties.json.JsonArray
Returns the number of elements in this array.
size() - Method in class asia.redact.bracket.properties.json.JsonObject
Returns the number of members (name/value pairs) in this object.
size() - Method in interface asia.redact.bracket.properties.Properties
 
size() - Method in class asia.redact.bracket.properties.values.Comment
Number of lines in the comment
skip(long) - Method in class asia.redact.bracket.properties.line.LineScanner
 
skipWhiteSpace() - Method in class asia.redact.bracket.properties.json.JsonParser
 
slice(String) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
slice(String) - Method in interface asia.redact.bracket.properties.Properties
 
SortedPropertiesImpl - Class in asia.redact.bracket.properties.impl
 
SortedPropertiesImpl(boolean, Comparator<String>) - Constructor for class asia.redact.bracket.properties.impl.SortedPropertiesImpl
 
specialChars - Static variable in class asia.redact.bracket.properties.io.XMLOutputFormat
 
sq(String) - Method in interface asia.redact.bracket.properties.adapter.Quote
 
sq(String) - Method in class asia.redact.bracket.properties.adapter.QuoteAdapter
 
startArray() - Method in class asia.redact.bracket.properties.json.Json.DefaultHandler
 
startArray() - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the beginning of an array in the JSON input.
startArrayValue(A) - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the beginning of an array element in the JSON input.
startBoolean() - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the beginning of a boolean literal (true or false) in the JSON input.
startCapture() - Method in class asia.redact.bracket.properties.json.JsonParser
 
startElement(String, String, String, Attributes) - Method in class asia.redact.bracket.properties.io.BracketPropertiesSAXHandler
 
startNull() - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the beginning of a null literal in the JSON input.
startNumber() - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the beginning of a number in the JSON input.
startObject() - Method in class asia.redact.bracket.properties.json.Json.DefaultHandler
 
startObject() - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the beginning of an object in the JSON input.
startObjectName(O) - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the beginning of the name of an object member in the JSON input.
startObjectValue(O, String) - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the beginning of the name of an object member in the JSON input.
startString() - Method in class asia.redact.bracket.properties.json.JsonHandler
Indicates the beginning of a string in the JSON input.
string - Variable in class asia.redact.bracket.properties.json.JsonNumber
 
string - Variable in class asia.redact.bracket.properties.json.JsonString
 
stringValue(String) - Method in interface asia.redact.bracket.properties.adapter.Types
 
stringValue(String) - Method in class asia.redact.bracket.properties.adapter.TypesAdapter
 
sugar() - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
sugar() - Method in interface asia.redact.bracket.properties.Properties
 
Sugar - Class in asia.redact.bracket.properties
 
Sugar(Properties) - Constructor for class asia.redact.bracket.properties.Sugar
 

T

TAB_CHARS - Static variable in class asia.redact.bracket.properties.json.JsonWriter
 
table - Variable in class asia.redact.bracket.properties.json.JsonObject
 
text - Variable in class asia.redact.bracket.properties.line.Line
 
text - Variable in class asia.redact.bracket.properties.line.PropertiesToken
 
toJSON() - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
toJSON(Properties) - Static method in class asia.redact.bracket.properties.io.OutputAdapter
Simple JSON formatting
toJSON() - Method in interface asia.redact.bracket.properties.Properties
 
tokens() - Method in class asia.redact.bracket.properties.line.Line
Tokenize a line of text from a properties file.
top - Static variable in class asia.redact.bracket.properties.io.XMLOutputFormat
 
toString() - Method in class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
 
toString(Properties) - Static method in class asia.redact.bracket.properties.io.OutputAdapter
Write properties in the default manner
toString() - Method in class asia.redact.bracket.properties.json.JsonLiteral
 
toString() - Method in class asia.redact.bracket.properties.json.JsonNumber
 
toString() - Method in class asia.redact.bracket.properties.json.JsonValue
Returns the JSON string for this value in its minimal form, without any additional whitespace.
toString(WriterConfig) - Method in class asia.redact.bracket.properties.json.JsonValue
Returns the JSON string for this value using the given formatting.
toString() - Method in class asia.redact.bracket.properties.json.Location
 
toString() - Method in class asia.redact.bracket.properties.line.Line
 
toString() - Method in class asia.redact.bracket.properties.line.PropertiesToken
 
toString() - Method in interface asia.redact.bracket.properties.Properties
 
toString() - Method in class asia.redact.bracket.properties.values.BasicValueModel
 
totalRead - Variable in class asia.redact.bracket.properties.line.LineScanner
 
toXML() - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
toXML(Properties) - Static method in class asia.redact.bracket.properties.io.OutputAdapter
Write out a Sun DTD compatible XML-formatted string representation of the properties.
toXML() - Method in interface asia.redact.bracket.properties.Properties
 
toYAML() - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
 
toYAML() - Method in interface asia.redact.bracket.properties.Properties
 
trailChars - Variable in class asia.redact.bracket.properties.io.AsciiToNativeFilterReader
 
TRANSFORM_LINE_LENGTH - Static variable in class asia.redact.bracket.properties.json.JsonValue
For conversions between JsonArray and JsonString, this is the line length
TRUE - Static variable in class asia.redact.bracket.properties.json.Json
Represents the JSON literal true.
type - Variable in class asia.redact.bracket.properties.line.PropertiesToken
 
type - Variable in class asia.redact.bracket.properties.ref.PropertiesReference
 
Types - Interface in asia.redact.bracket.properties.adapter
 
types() - Method in class asia.redact.bracket.properties.Sugar
 
TypesAdapter - Class in asia.redact.bracket.properties.adapter
Syntactic sugar - implement convenience accessor methods
TypesAdapter(Properties) - Constructor for class asia.redact.bracket.properties.adapter.TypesAdapter
 

U

UNICODE_2028_CHARS - Static variable in class asia.redact.bracket.properties.json.JsonWriter
 
UNICODE_2029_CHARS - Static variable in class asia.redact.bracket.properties.json.JsonWriter
 
unmodifiableArray(JsonArray) - Static method in class asia.redact.bracket.properties.json.JsonArray
Returns an unmodifiable wrapper for the specified JsonArray.
unmodifiableObject(JsonObject) - Static method in class asia.redact.bracket.properties.json.JsonObject
Returns an unmodifiable JsonObject for the specified one.
updateHashIndex() - Method in class asia.redact.bracket.properties.json.JsonObject
 

V

value - Variable in class asia.redact.bracket.properties.io.BracketPropertiesSAXHandler
 
value - Variable in class asia.redact.bracket.properties.json.Json.DefaultHandler
 
value(int) - Static method in class asia.redact.bracket.properties.json.Json
Returns a JsonValue instance that represents the given int value.
value(long) - Static method in class asia.redact.bracket.properties.json.Json
Returns a JsonValue instance that represents the given long value.
value(float) - Static method in class asia.redact.bracket.properties.json.Json
Returns a JsonValue instance that represents the given float value.
value(double) - Static method in class asia.redact.bracket.properties.json.Json
Returns a JsonValue instance that represents the given double value.
value(String) - Static method in class asia.redact.bracket.properties.json.Json
Returns a JsonValue instance that represents the given string.
value(boolean) - Static method in class asia.redact.bracket.properties.json.Json
Returns a JsonValue instance that represents the given boolean value.
value - Variable in class asia.redact.bracket.properties.json.JsonLiteral
 
value - Variable in class asia.redact.bracket.properties.json.JsonObject.Member
 
valueList(String) - Method in interface asia.redact.bracket.properties.adapter.Dot
This method relies on the convention of using numbers at the end of a property key to represent a list member.
valueList(String) - Method in class asia.redact.bracket.properties.adapter.DotAdapter
 
ValueModel - Interface in asia.redact.bracket.properties.values
As of version 1.3.2, ValueModel is an interface.
valueOf(String) - Static method in enum asia.redact.bracket.properties.line.LineEnding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum asia.redact.bracket.properties.line.PropertiesTokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum asia.redact.bracket.properties.ref.ReferenceType
Returns the enum constant of this type with the specified name.
values() - Method in class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
 
values - Variable in class asia.redact.bracket.properties.json.JsonArray
 
values() - Method in class asia.redact.bracket.properties.json.JsonArray
Returns a list of the values in this array in document order.
values - Variable in class asia.redact.bracket.properties.json.JsonObject
 
values() - Static method in enum asia.redact.bracket.properties.line.LineEnding
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.line.PropertiesTokenType
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.ref.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class asia.redact.bracket.properties.values.BasicValueModel
 
values - Variable in class asia.redact.bracket.properties.values.Entry
 
variables - Variable in class asia.redact.bracket.util.EnvResolver
 

W

write(char[]) - Method in class asia.redact.bracket.properties.io.NativeToAsciiFilter
 
write(String) - Method in class asia.redact.bracket.properties.io.NativeToAsciiFilter
 
write(char[], int, int) - Method in class asia.redact.bracket.properties.io.NativeToAsciiFilter
 
write(String, int, int) - Method in class asia.redact.bracket.properties.io.NativeToAsciiFilter
 
write(char[]) - Method in class asia.redact.bracket.properties.io.NativeToAsciiFilterWriter
 
write(String) - Method in class asia.redact.bracket.properties.io.NativeToAsciiFilterWriter
 
write(char[], int, int) - Method in class asia.redact.bracket.properties.io.NativeToAsciiFilterWriter
 
write(String, int, int) - Method in class asia.redact.bracket.properties.io.NativeToAsciiFilterWriter
Writes a portion of a string.
write(JsonWriter) - Method in class asia.redact.bracket.properties.json.JsonArray
 
write(JsonWriter) - Method in class asia.redact.bracket.properties.json.JsonLiteral
 
write(JsonWriter) - Method in class asia.redact.bracket.properties.json.JsonNumber
 
write(JsonWriter) - Method in class asia.redact.bracket.properties.json.JsonObject
 
write(JsonWriter) - Method in class asia.redact.bracket.properties.json.JsonString
 
write(JsonWriter) - Method in class asia.redact.bracket.properties.json.JsonValue
 
write(int) - Method in class asia.redact.bracket.properties.json.WritingBuffer
 
write(char[], int, int) - Method in class asia.redact.bracket.properties.json.WritingBuffer
 
write(String, int, int) - Method in class asia.redact.bracket.properties.json.WritingBuffer
 
writeArrayClose() - Method in class asia.redact.bracket.properties.json.JsonWriter
 
writeArrayClose() - Method in class asia.redact.bracket.properties.json.PrettyPrint.PrettyPrintWriter
 
writeArrayOpen() - Method in class asia.redact.bracket.properties.json.JsonWriter
 
writeArrayOpen() - Method in class asia.redact.bracket.properties.json.PrettyPrint.PrettyPrintWriter
 
writeArraySeparator() - Method in class asia.redact.bracket.properties.json.JsonWriter
 
writeArraySeparator() - Method in class asia.redact.bracket.properties.json.PrettyPrint.PrettyPrintWriter
 
writeAsciiTo(File, OutputFormat) - Method in class asia.redact.bracket.properties.io.OutputAdapter
This is specifically intended for compatibility with java.util.Properties, which outputs in ISO-8859-1 (US-ASCII) Use AsciiOutputFormat to get unicode escapes or an output format with similar filtering, as escapes are required for compatibility.
writeAsciiTo(File) - Method in class asia.redact.bracket.properties.io.OutputAdapter
This is specifically intended for compatibility with java.util.Properties, which outputs in ISO-8859-1 (US-ASCII)
writeAsciiTo(Writer) - Method in class asia.redact.bracket.properties.io.OutputAdapter
This is specifically intended for compatibility with java.util.Properties, which outputs in ISO-8859-1 (US-ASCII)
writeJsonString(String) - Method in class asia.redact.bracket.properties.json.JsonWriter
 
writeLiteral(String) - Method in class asia.redact.bracket.properties.json.JsonWriter
 
writeMemberName(String) - Method in class asia.redact.bracket.properties.json.JsonWriter
 
writeMemberSeparator() - Method in class asia.redact.bracket.properties.json.JsonWriter
 
writeMemberSeparator() - Method in class asia.redact.bracket.properties.json.PrettyPrint.PrettyPrintWriter
 
writeNewLine() - Method in class asia.redact.bracket.properties.json.PrettyPrint.PrettyPrintWriter
 
writeNumber(String) - Method in class asia.redact.bracket.properties.json.JsonWriter
 
writeObjectClose() - Method in class asia.redact.bracket.properties.json.JsonWriter
 
writeObjectClose() - Method in class asia.redact.bracket.properties.json.PrettyPrint.PrettyPrintWriter
 
writeObjectOpen() - Method in class asia.redact.bracket.properties.json.JsonWriter
 
writeObjectOpen() - Method in class asia.redact.bracket.properties.json.PrettyPrint.PrettyPrintWriter
 
writeObjectSeparator() - Method in class asia.redact.bracket.properties.json.JsonWriter
 
writeObjectSeparator() - Method in class asia.redact.bracket.properties.json.PrettyPrint.PrettyPrintWriter
 
writer - Variable in class asia.redact.bracket.properties.json.JsonWriter
 
writer - Variable in class asia.redact.bracket.properties.json.WritingBuffer
 
WriterConfig - Class in asia.redact.bracket.properties.json
Controls the formatting of the JSON output.
WriterConfig() - Constructor for class asia.redact.bracket.properties.json.WriterConfig
 
writeString(String) - Method in class asia.redact.bracket.properties.json.JsonWriter
 
writeTo(OutputStream, OutputFormat, Charset) - Method in class asia.redact.bracket.properties.io.OutputAdapter
Use to control the format of the output to a stream.
writeTo(File, OutputFormat, Charset) - Method in class asia.redact.bracket.properties.io.OutputAdapter
Use to control the format of the output to a file.
writeTo(Writer, OutputFormat) - Method in class asia.redact.bracket.properties.io.OutputAdapter
 
writeTo(Writer) - Method in class asia.redact.bracket.properties.io.OutputAdapter
 
writeTo(RandomAccessFile, OutputFormat) - Method in class asia.redact.bracket.properties.io.RandomAccessFileOutputAdapter
Write it out.
writeTo(Writer) - Method in class asia.redact.bracket.properties.json.JsonValue
Writes the JSON representation of this value to the given writer in its minimal form, without any additional whitespace.
writeTo(Writer, WriterConfig) - Method in class asia.redact.bracket.properties.json.JsonValue
Writes the JSON representation of this value to the given writer using the given formatting.
WritingBuffer - Class in asia.redact.bracket.properties.json
A lightweight writing buffer to reduce the amount of write operations to be performed on the underlying writer.
WritingBuffer(Writer) - Constructor for class asia.redact.bracket.properties.json.WritingBuffer
 
WritingBuffer(Writer, int) - Constructor for class asia.redact.bracket.properties.json.WritingBuffer
 

X

XMLOutputFormat - Class in asia.redact.bracket.properties.io
Re-implementation of the legacy DTD to at least provide ordering and add CDATA blocks when required.
XMLOutputFormat(String) - Constructor for class asia.redact.bracket.properties.io.XMLOutputFormat
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2011–2016 David R. Smith. All rights reserved.