- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-