| Modifier and Type | Field and Description |
|---|---|
(package private) Properties |
PropertiesParser.props |
| Modifier and Type | Method and Description |
|---|---|
Properties |
Properties.asciiToNative() |
static Properties |
Properties.concurrentInstance()
Factory method to return a thread-safe Properties instance
|
Properties |
PropertiesParser.getProperties() |
static Properties |
Properties.instance()
Factory method to return a Properties instance
|
static Properties |
Properties.listInstance()
Factory method to return a list-backed (not Map-backed) instance
|
Properties |
Properties.merge(Properties props) |
Properties |
Properties.nativeToAscii() |
Properties |
Properties.slice(String keyBase) |
static Properties |
Properties.sortedInstance()
Factory method to return a sorted instance, in this case a fancy Alphanumeric sort using
se.sawano.java.text.AlphanumericComparator
|
| Modifier and Type | Method and Description |
|---|---|
Properties |
Properties.merge(Properties props) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Properties |
EnvAdapter.props |
(package private) Properties |
TypesAdapter.props |
(package private) Properties |
DotAdapter.props |
(package private) Properties |
QuoteAdapter.props |
(package private) Properties |
AliasAdapter.props |
(package private) Properties |
SecAdapter.props |
(package private) Properties |
I18NAdapter.props |
(package private) Properties |
SedAdapter.props |
| Modifier and Type | Method and Description |
|---|---|
static Sec |
Sec.instance(Properties props)
Use this factory method for obfuscation
|
static Dot |
Dot.instance(Properties props)
Return a class which implements the Dot interface.
|
static Quote |
Quote.instance(Properties props) |
static Types |
Types.instance(Properties props) |
static Sed |
Sed.instance(Properties props)
Factory method for getting a Sed instance
|
static Alias |
Alias.instance(Properties props)
Return a class which implements the Alias Interface
|
static Env |
Env.instance(Properties props) |
static Sec |
Sec.instance(Properties props,
char[] password)
Use this factory method for password-based encryption
|
static I18N |
I18N.instance(Properties props,
Locale locale) |
| Constructor and Description |
|---|
AliasAdapter(Properties props) |
DotAdapter(Properties props) |
EnvAdapter(Properties props) |
I18NAdapter(Properties props) |
I18NAdapter(Properties props,
Locale locale) |
QuoteAdapter(Properties props) |
SecAdapter(Properties props) |
SecAdapter(Properties props,
char[] password) |
SedAdapter(Properties props) |
TypesAdapter(Properties props) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Properties |
ResourceFinder.props
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Properties |
ResourceFinder.locate()
Deprecated.
|
private Properties |
ResourceFinder.locateExternal()
Deprecated.
|
| Constructor and Description |
|---|
ResourceFinder(Properties props,
String path,
Locale locale,
String fileExt)
Deprecated.
Constructor for classpath resource where the properties are injected into the provided props instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListBackedPropertiesImpl
A list-backed implementation.
|
class |
PojoPropertiesImpl
An array-backed implementation abstract base class.
|
class |
PropertiesImpl
The default implementation class.
|
class |
SortedPropertiesImpl
A sortable implementation using a TreeMap
|
| Modifier and Type | Method and Description |
|---|---|
Properties |
PojoPropertiesImpl.asciiToNative() |
Properties |
PropertiesImpl.asciiToNative() |
Properties |
ListBackedPropertiesImpl.asciiToNative() |
Properties |
SortedPropertiesImpl.asciiToNative() |
abstract Properties |
AbstractMapDerivedPropertiesBase.init()
Initialize the map
|
abstract Properties |
PojoPropertiesImpl.init() |
Properties |
PropertiesImpl.init() |
Properties |
SortedPropertiesImpl.init() |
Properties |
PojoPropertiesImpl.merge(Properties props)
This operation will fail if any of the keys is unknown to us.
|
Properties |
PropertiesImpl.merge(Properties props) |
Properties |
ListBackedPropertiesImpl.merge(Properties props) |
Properties |
PojoPropertiesImpl.nativeToAscii() |
Properties |
PropertiesImpl.nativeToAscii() |
Properties |
ListBackedPropertiesImpl.nativeToAscii() |
Properties |
SortedPropertiesImpl.nativeToAscii() |
Properties |
PojoPropertiesImpl.slice(String keyBase) |
Properties |
PropertiesImpl.slice(String root) |
Properties |
ListBackedPropertiesImpl.slice(String keyBase) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
PojoPropertiesImpl.merge(Properties props)
This operation will fail if any of the keys is unknown to us.
|
Properties |
PropertiesImpl.merge(Properties props) |
Properties |
ListBackedPropertiesImpl.merge(Properties props) |
| Modifier and Type | Field and Description |
|---|---|
protected Properties |
BracketPropertiesSAXHandler.props |
(package private) Properties |
RandomAccessFileOutputAdapter.props |
(package private) Properties |
OutputAdapter.props |
Properties |
InputAdapter.props |
| Modifier and Type | Method and Description |
|---|---|
static String |
OutputAdapter.toJSON(Properties props)
Simple JSON formatting, emits the properties as an ordered, flattened JSON object.
|
static String |
OutputAdapter.toJSON(Properties props,
WriterConfig config)
Simple JSON formatting, emits the properties as an ordered, flattened JSON object
where you control the output format.
|
static String |
OutputAdapter.toString(Properties props)
Write properties in a default manner to a String.
|
static String |
OutputAdapter.toXML(Properties props)
Write out a legacy 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–2018 David R. Smith. All rights reserved.