sunlabs.brazil.properties

Interface SubstPropsHandler.Convert

public interface SubstPropsHandler.Convert

Class that maps strings to strings.
Method Summary
booleaninit(String prefix, Properties p)
This is called once at creation time to provide this class with configuration information.
Stringmap(String value)
Map the value.

Method Detail

init

public boolean init(String prefix, Properties p)
This is called once at creation time to provide this class with configuration information. Any configuration parameters required in "p" are prefixed with [prefix].

map

public String map(String value)
Map the value.