| Modifier and Type | Field and Description |
|---|---|
(package private) Properties |
Sugar.props |
(package private) Properties |
PropertiesParser.props |
| Modifier and Type | Method and Description |
|---|---|
Properties |
Properties.asciiToNative() |
Properties |
PropertiesParser.getProperties() |
Properties |
Properties.merge(Properties props) |
Properties |
Properties.nativeToAscii() |
Properties |
Properties.slice(String keyBase) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
Properties.merge(Properties props) |
| Constructor and Description |
|---|
Sugar(Properties props) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Properties |
TypesAdapter.props |
(package private) Properties |
SecAdapter.props |
(package private) Properties |
QuoteAdapter.props |
(package private) Properties |
EnvAdapter.props |
(package private) Properties |
DotAdapter.props |
(package private) Properties |
AliasAdapter.props |
| Constructor and Description |
|---|
AliasAdapter(Properties props) |
DotAdapter(Properties props) |
EnvAdapter(Properties props) |
QuoteAdapter(Properties props) |
SecAdapter(Properties props) |
SecAdapter(Properties props,
char[] password) |
TypesAdapter(Properties props) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Properties |
ResourceFinder.props |
| Modifier and Type | Method and Description |
|---|---|
Properties |
ResourceFinder.locate() |
private Properties |
ResourceFinder.locateExternal() |
| Constructor and Description |
|---|
ResourceFinder(Properties props,
String path,
Locale locale,
String fileExt)
Constructor for classpath resource where the properties are injected into the provided props instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesImpl |
class |
SortedPropertiesImpl |
| Modifier and Type | Method and Description |
|---|---|
Properties |
SortedPropertiesImpl.asciiToNative() |
Properties |
PropertiesImpl.asciiToNative() |
Properties |
SortedPropertiesImpl.init() |
Properties |
PropertiesImpl.init() |
abstract Properties |
AbstractMapDerivedPropertiesBase.init()
Initialize the map
|
Properties |
PropertiesImpl.merge(Properties props) |
Properties |
SortedPropertiesImpl.nativeToAscii() |
Properties |
PropertiesImpl.nativeToAscii() |
Properties |
PropertiesImpl.slice(String root) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
PropertiesImpl.merge(Properties props) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Properties |
OutputAdapter.properties |
protected Properties |
BracketPropertiesSAXHandler.props |
(package private) Properties |
RandomAccessFileOutputAdapter.props |
Properties |
InputAdapter.props |
| Modifier and Type | Method and Description |
|---|---|
static String |
OutputAdapter.toJSON(Properties props)
Simple JSON formatting
|
static String |
OutputAdapter.toString(Properties props)
Write properties in the default manner
|
static String |
OutputAdapter.toXML(Properties props)
Write out a Sun DTD compatible XML-formatted string representation of the properties.
|
| Constructor and Description |
|---|
BracketPropertiesSAXHandler(Properties props) |
InputAdapter(Properties props) |
OutputAdapter(Properties properties) |
RandomAccessFileOutputAdapter(Properties props) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Properties |
LoadList.props |
| Modifier and Type | Method and Description |
|---|---|
Properties |
LoadList.getProps() |
| Constructor and Description |
|---|
LoadList(Properties props) |
Copyright © 2011–2016 David R. Smith. All rights reserved.