public static interface SubstPropsHandler.Convert
Modifier and Type | Method and Description |
---|---|
boolean |
init(java.lang.String prefix,
java.util.Properties p)
This is called once at creation time to provide this
class with configuration information.
|
java.lang.String |
map(java.lang.String value)
Map the value.
|
boolean init(java.lang.String prefix, java.util.Properties p)
java.lang.String map(java.lang.String value)