public interface Translator
This hook allows applications to support variable expansions like Ant in the configuration file.
| Modifier and Type | Field and Description |
|---|---|
static Translator |
NOOP
Translator that does nothing. |
static Translator |
SYS_PROP_TR
A translator that does translation from the system properties.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
translate(java.lang.String str) |
static final Translator NOOP
Translator that does nothing.static final Translator SYS_PROP_TR
java.lang.String translate(java.lang.String str)
throws TranslationException
TranslationExceptionCopyright © 2013 Oracle Corporation. All Rights Reserved.