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.
|
static final Translator NOOP
Translator that does nothing.static final Translator SYS_PROP_TR
String translate(String str) throws TranslationException
TranslationExceptionCopyright © 2009-2016 Oracle Corporation. All Rights Reserved.