| Interface | Description |
|---|---|
| Alias |
Implements a simple reference scheme (so the same value can have multiple keys)
|
| Dot |
Support for the "dot" idiom, which is commonly found in properties files.
|
| Env |
Adapter for simple variable substitution of the form ${var} as commonly found in ant.
|
| I18N |
Alternate scheme for I18N.
|
| Quote |
Adapter that quotes values as they are returned.
|
| Sec |
Value obfuscation or encryption support.
|
| Sed |
Search and replace values by key, keybase, or for all values
|
| Types |
Syntactic sugar for various type conversions, i.e., retrieve the value and do type conversion in one operation
|
| Class | Description |
|---|---|
| AliasAdapter |
Implement a reference scheme (aliasing) for keys within a properties file set.
|
| DotAdapter | |
| EnvAdapter |
Implement templating scheme for environment variables
|
| I18NAdapter | |
| QuoteAdapter | |
| SecAdapter | |
| SedAdapter | |
| TypesAdapter |
Syntactic sugar - implement convenience accessor methods
|
Copyright © 2011–2018 David R. Smith. All rights reserved.