- 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
-
Implements a simple reference scheme (so the same value can have multiple keys)
- 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
-
- AlphanumericComparator - Class in se.sawano.java.text
-
https://github.com/sawano/alphanumeric-comparator
- AlphanumericComparator() - Constructor for class se.sawano.java.text.AlphanumericComparator
-
Creates a comparator that will use lexicographical sorting of the non-numerical parts of the compared strings.
- AlphanumericComparator(Locale) - Constructor for class se.sawano.java.text.AlphanumericComparator
-
Creates a comparator that will use locale-sensitive sorting of the non-numerical parts of the compared strings.
- AlphanumericComparator(Collator) - Constructor for class se.sawano.java.text.AlphanumericComparator
-
Creates a comparator that will use the given collator to sort the non-numerical parts of the compared strings.
- 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.ListBackedPropertiesImpl
-
- asciiToNative() - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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
-
Rework of the Sun open source code - read higher than ASCII characters
and convert them into UTF-8
- 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.ListBackedPropertiesImpl
-
- asFlattenedMap() - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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.ListBackedPropertiesImpl
-
- asLegacy() - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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.ListBackedPropertiesImpl
-
- asList() - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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.ListBackedPropertiesImpl
-
- asMap() - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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.
- encrypt(String) - Method in interface asia.redact.bracket.properties.adapter.Sec
-
encryption - for this to work you must set a password using the correct constructor.
- encrypt(String) - Method in class asia.redact.bracket.properties.adapter.SecAdapter
-
- 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.
- entries - Variable in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- Entry - Class in asia.redact.bracket.properties.values
-
Implements KeyValueModel.
- Entry(String, String...) - Constructor for class asia.redact.bracket.properties.values.Entry
-
- Entry(String, Comment, String...) - Constructor for class asia.redact.bracket.properties.values.Entry
-
- Entry(String, char, Comment, List<String>) - Constructor for class asia.redact.bracket.properties.values.Entry
-
- Env - Interface in asia.redact.bracket.properties.adapter
-
Adapter for simple variable substitution of the form ${var} as commonly found in ant.
- 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
-
- generateClasspath(String) - Method in interface asia.redact.bracket.properties.adapter.Dot
-
Generate a classpath appropriate to this OS using values formatted as a delimited list.
- generateClasspath(String) - Method in class asia.redact.bracket.properties.adapter.DotAdapter
-
- get(String) - Method in interface asia.redact.bracket.properties.adapter.I18N
-
- get(String, String) - Method in interface asia.redact.bracket.properties.adapter.I18N
-
- get(String) - Method in class asia.redact.bracket.properties.adapter.I18NAdapter
-
- get(String, String) - Method in class asia.redact.bracket.properties.adapter.I18NAdapter
-
- get(String) - Method in class asia.redact.bracket.properties.impl.ListBackedPropertiesImpl
-
- get(String, String) - Method in class asia.redact.bracket.properties.impl.ListBackedPropertiesImpl
-
- get(String) - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- get(String, String) - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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.ListBackedPropertiesImpl
-
- getComments(String) - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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
-
- getCurrentCharset() - Method in class asia.redact.bracket.properties.io.InputAdapter
-
- getCurrentFile() - Method in class asia.redact.bracket.properties.io.InputAdapter
-
- 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.ListBackedPropertiesImpl
-
- getMatchingKeys(String) - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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.ListBackedPropertiesImpl
-
- getSeparator(String) - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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.ListBackedPropertiesImpl
-
- getValueModel(String) - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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.ListBackedPropertiesImpl
-
- getValues(String) - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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
-
- I18N - Interface in asia.redact.bracket.properties.adapter
-
Alternate scheme for I18N.
- I18NAdapter - Class in asia.redact.bracket.properties.adapter
-
- I18NAdapter(Properties) - Constructor for class asia.redact.bracket.properties.adapter.I18NAdapter
-
- I18NAdapter(Properties, Locale) - Constructor for class asia.redact.bracket.properties.adapter.I18NAdapter
-
- 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
-
Deprecated.
- init() - Method in class asia.redact.bracket.properties.impl.AbstractMapDerivedPropertiesBase
-
Initialize the map
- init() - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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
-
Adapter for reading properties files.
- InputAdapter() - Constructor for class asia.redact.bracket.properties.io.InputAdapter
-
- InputAdapter(boolean) - Constructor for class asia.redact.bracket.properties.io.InputAdapter
-
- InputAdapter(Properties) - Constructor for class asia.redact.bracket.properties.io.InputAdapter
-
- instance(Properties) - Static method in interface asia.redact.bracket.properties.adapter.Alias
-
Return a class which implements the Alias Interface
- instance(Properties) - Static method in interface asia.redact.bracket.properties.adapter.Dot
-
Return a class which implements the Dot interface.
- instance(Properties) - Static method in interface asia.redact.bracket.properties.adapter.Env
-
- instance(Properties, Locale) - Static method in interface asia.redact.bracket.properties.adapter.I18N
-
- instance(Properties) - Static method in interface asia.redact.bracket.properties.adapter.Quote
-
- instance(Properties) - Static method in interface asia.redact.bracket.properties.adapter.Sec
-
Use this factory method for obfuscation
- instance(Properties, char[]) - Static method in interface asia.redact.bracket.properties.adapter.Sec
-
Use this factory method for password-based encryption
- instance(Properties) - Static method in interface asia.redact.bracket.properties.adapter.Sed
-
Factory method for getting a Sed instance
- instance(Properties) - Static method in interface asia.redact.bracket.properties.adapter.Types
-
- instance() - Static method in interface asia.redact.bracket.properties.Properties
-
Factory method to return a Properties instance
- 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
-
- isDigit(char) - Method in class se.sawano.java.text.AlphanumericComparator
-
- 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
-
Deprecated.
- 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.
- isNumerical(CharBuffer) - Method in class se.sawano.java.text.AlphanumericComparator
-
- 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
- isQuote(char) - Method in class asia.redact.bracket.properties.adapter.QuoteAdapter
-
- 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
-
- isZero(char) - Method in class se.sawano.java.text.AlphanumericComparator
-
- 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
-
- 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 public methods (the obligatory 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's original source code was taken from Apache Harmony project.
- 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.impl.ListBackedPropertiesImpl
-
- list - Variable in class asia.redact.bracket.properties.ref.LoadList
-
- ListBackedPropertiesImpl - Class in asia.redact.bracket.properties.impl
-
A list-backed implementation.
- ListBackedPropertiesImpl() - Constructor for class asia.redact.bracket.properties.impl.ListBackedPropertiesImpl
-
- listInstance() - Static method in interface asia.redact.bracket.properties.Properties
-
Factory method to return a list-backed (not Map-backed) instance
- 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.adapter.I18NAdapter
-
- locale - Variable in class asia.redact.bracket.properties.i18n.LocalePathBuilder
-
- LocalePathBuilder - Class in asia.redact.bracket.properties.i18n
-
Support for locating legacy ResourceBundle files
- 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
-
Deprecated.
- locateExternal() - Method in class asia.redact.bracket.properties.i18n.ResourceFinder
-
Deprecated.
- 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
-
- 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<CharSequence>) - Method in class asia.redact.bracket.properties.PropertiesParser
-
Use this constructor to get 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
-
Deprecated.
- 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 Properties.
- PlainOutputFormat() - Constructor for class asia.redact.bracket.properties.io.PlainOutputFormat
-
- PojoPropertiesImpl - Class in asia.redact.bracket.properties.impl
-
An array-backed implementation abstract base class.
- PojoPropertiesImpl() - Constructor for class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- pos - Variable in class asia.redact.bracket.properties.line.LineScanner
-
- prefix() - Method in class asia.redact.bracket.properties.adapter.I18NAdapter
-
- prepareForNextIteration(CharBuffer) - Method in class se.sawano.java.text.AlphanumericComparator
-
- 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 - Interface in asia.redact.bracket.properties
-
The Properties interface.
- PropertiesImpl - Class in asia.redact.bracket.properties.impl
-
The default implementation class.
- PropertiesImpl() - Constructor for class asia.redact.bracket.properties.impl.PropertiesImpl
-
- PropertiesImpl(boolean) - Constructor for class asia.redact.bracket.properties.impl.PropertiesImpl
-
- PropertiesParser - Class in asia.redact.bracket.properties
-
Parse properties input using a line scanner.
- PropertiesParser(LineScanner) - Constructor for class asia.redact.bracket.properties.PropertiesParser
-
- PropertiesParser(LineScanner, int) - Constructor for class asia.redact.bracket.properties.PropertiesParser
-
Use OPTION_LIST_BACKED_IMPL to get a List backed properties implementation.
- PropertiesParser(LineScanner, boolean, int) - Constructor for class asia.redact.bracket.properties.PropertiesParser
-
Use OPTION_LIST_BACKED_IMPL to get a List backed properties implementation.
- 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.I18NAdapter
-
- 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.SedAdapter
-
- props - Variable in class asia.redact.bracket.properties.adapter.TypesAdapter
-
- props - Variable in class asia.redact.bracket.properties.i18n.ResourceFinder
-
Deprecated.
- 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.OutputAdapter
-
- 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
-
- put(String, String...) - Method in interface asia.redact.bracket.properties.adapter.I18N
-
- put(String, String...) - Method in class asia.redact.bracket.properties.adapter.I18NAdapter
-
- 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, String...) - Method in class asia.redact.bracket.properties.impl.ListBackedPropertiesImpl
-
- put(String, Comment, String...) - Method in class asia.redact.bracket.properties.impl.ListBackedPropertiesImpl
-
- put(String, char, Comment, String...) - Method in class asia.redact.bracket.properties.impl.ListBackedPropertiesImpl
-
- put(KeyValueModel) - Method in class asia.redact.bracket.properties.impl.ListBackedPropertiesImpl
-
- put(String, ValueModel) - Method in class asia.redact.bracket.properties.impl.ListBackedPropertiesImpl
-
- put(String, String...) - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- put(String, Comment, String...) - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- put(String, char, Comment, String...) - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- put(KeyValueModel) - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- put(String, ValueModel) - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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
-
- putList(String, List<?>) - Method in interface asia.redact.bracket.properties.adapter.Dot
-
Insert a list of values with automatic indexing
- putList(String, List<?>) - Method in class asia.redact.bracket.properties.adapter.DotAdapter
-
Create a list of properties of the form key.0, key.1, key.2, ...
- putList(String, String[]) - Method in class asia.redact.bracket.properties.adapter.DotAdapter
-
Create a list of properties of the form key.0, key.1, key.2, ...
- 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 (i.e., legacy) properties formatted input stream assumed to possibly contain
unicode escapes.
- 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
-
- readFile(File, Charset) - Method in class asia.redact.bracket.properties.io.InputAdapter
-
Read in a file in .properties format.
- readFraction() - Method in class asia.redact.bracket.properties.json.JsonParser
-
- readJSON(Reader) - Method in class asia.redact.bracket.properties.io.InputAdapter
-
Read in from a JSON-encoded stream.
- readLegacyProperties(Properties) - Method in class asia.redact.bracket.properties.io.InputAdapter
-
Read in from legacy java.util.Properties
- readLine() - Method in class asia.redact.bracket.properties.line.LineScanner
-
- readMap(Map<String, ?>) - Method in class asia.redact.bracket.properties.io.InputAdapter
-
Load from a Java Map.
- 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
-
- readURL(URL) - Method in class asia.redact.bracket.properties.io.InputAdapter
-
Read in from a given URL which is assumed may contain unicode escapes.
- readValue() - Method in class asia.redact.bracket.properties.json.JsonParser
-
- readXML(Reader) - Method in class asia.redact.bracket.properties.io.InputAdapter
-
Read in from a stream encoded using the (legacy) properties Sun DTD.
- readXML(Reader, boolean) - Method in class asia.redact.bracket.properties.io.InputAdapter
-
Read in from a stream encoded using the (legacy) properties Sun DTD.
- 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
-
- replace(String, String, String) - Method in interface asia.redact.bracket.properties.adapter.Sed
-
- replace(String, String, String) - Method in class asia.redact.bracket.properties.adapter.SedAdapter
-
- replaceAll(String, String, String) - Method in interface asia.redact.bracket.properties.adapter.Sed
-
- replaceAll(String, String) - Method in interface asia.redact.bracket.properties.adapter.Sed
-
- replaceAll(String, String, String) - Method in class asia.redact.bracket.properties.adapter.SedAdapter
-
- replaceAll(String, String) - Method in class asia.redact.bracket.properties.adapter.SedAdapter
-
- 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
-
- resolveEntity(String, String) - Method in class asia.redact.bracket.properties.io.BracketPropertiesSAXHandler
-
Supply the DTD so the code does not go out and look for it on the URL in the file.
- ResourceFinder - Class in asia.redact.bracket.properties.i18n
-
Deprecated.
- ResourceFinder(String, Locale, String) - Constructor for class asia.redact.bracket.properties.i18n.ResourceFinder
-
Deprecated.
Constructor for classpath resource
- ResourceFinder(Properties, String, Locale, String) - Constructor for class asia.redact.bracket.properties.i18n.ResourceFinder
-
Deprecated.
Constructor for classpath resource where the properties are injected into the provided props instance
- 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
-
- se.sawano.java.text - package se.sawano.java.text
-
- Sec - Interface in asia.redact.bracket.properties.adapter
-
Value obfuscation or encryption support.
- 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
-
- Sed - Interface in asia.redact.bracket.properties.adapter
-
Search and replace values by key, keybase, or for all values
- SedAdapter - Class in asia.redact.bracket.properties.adapter
-
- SedAdapter(Properties) - Constructor for class asia.redact.bracket.properties.adapter.SedAdapter
-
- 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.ListBackedPropertiesImpl
-
- serialVersionUID - Static variable in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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.Comment
-
- 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.
- setComment(Comment) - Method in class asia.redact.bracket.properties.values.Entry
-
- setConcurrent(boolean) - Method in class asia.redact.bracket.properties.PropertiesParser
-
- setLocale(Locale) - Method in class asia.redact.bracket.properties.adapter.I18NAdapter
-
- setSeparator(char) - Method in class asia.redact.bracket.properties.values.BasicValueModel
-
- setSeparator(char) - Method in class asia.redact.bracket.properties.values.Entry
-
- setValues(List<String>) - Method in class asia.redact.bracket.properties.values.Entry
-
- 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.impl.ListBackedPropertiesImpl
-
- size() - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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.ListBackedPropertiesImpl
-
- slice(String) - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- slice(String) - Method in class asia.redact.bracket.properties.impl.PropertiesImpl
-
- slice(String) - Method in interface asia.redact.bracket.properties.Properties
-
- sortedInstance() - Static method in interface asia.redact.bracket.properties.Properties
-
- SortedPropertiesImpl - Class in asia.redact.bracket.properties.impl
-
A sortable implementation using a TreeMap
- SortedPropertiesImpl(boolean, Comparator<CharSequence>) - 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
-
- 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.ListBackedPropertiesImpl
-
- toJSON() - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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, emits the properties as an ordered, flattened JSON object.
- toJSON(Properties, WriterConfig) - Static method in class asia.redact.bracket.properties.io.OutputAdapter
-
Simple JSON formatting, emits the properties as an ordered, flattened JSON object
where you control the output format.
- 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 a default manner to a String.
- 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.ListBackedPropertiesImpl
-
- toXML() - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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 legacy 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.ListBackedPropertiesImpl
-
- toYAML() - Method in class asia.redact.bracket.properties.impl.PojoPropertiesImpl
-
- 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
-
Syntactic sugar for various type conversions, i.e., retrieve the value and do type conversion in one operation
- 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
-
- 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
-
- 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 method is specifically intended for compatibility with java.util.Properties,
which outputs in ISO-8859-1 (US-ASCII)
- 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) with escapes
- 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(File, Charset) - Method in class asia.redact.bracket.properties.io.OutputAdapter
-
Write to a file using a PlainOutputFormat.
- writeTo(Writer, OutputFormat) - Method in class asia.redact.bracket.properties.io.OutputAdapter
-
- writeTo(Writer) - Method in class asia.redact.bracket.properties.io.OutputAdapter
-
Same as above but with a PlainOutputFormat
- 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
-