| Modifier and Type | Method and Description |
|---|---|
Properties |
Properties.escaped()
Returns a copy of the object where all characters, in keys and values that are not in the
Unicode range of 0x0000-0x00FF, have been escaped.
|
Properties |
Properties.flatten()
Deprecated.
Use
flattened() |
Properties |
Properties.flattened()
Returns the current properties table with all its defaults as a single flattened properties
table.
|
static Properties |
Properties.loadProperties(InputStream in)
Returns a
Properties with the contents read from the given stream. |
static Properties |
Properties.loadProperties(Path file)
Returns a
Properties with the contents read from the given file. |
static Properties |
Properties.loadProperties(Reader reader)
Returns a
Properties with the contents read from the given reader. |
Properties |
Properties.unescaped()
Returns a copy of the object where all Unicode escape sequences, in keys and values, have
been decoded into their actual Unicode characters.
|
| Constructor and Description |
|---|
Properties(Properties defaults) |
Copyright © 2024. All rights reserved.