public class NLSEcho
extends org.apache.tools.ant.taskdefs.Echo
Copyright IBM Corp. 2002
Source File: NLSEcho.java
Creation Date: August 13, 2002| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
bundle |
protected java.lang.String |
key |
protected java.lang.Object[] |
tokens |
| Constructor and Description |
|---|
NLSEcho() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doTranslation()
Get translated message
|
void |
execute()
Execute the task
|
protected java.lang.String |
getBundle()
Returns the fileName.
|
protected java.lang.String |
getKey()
Returns the key.
|
void |
setBundle(java.lang.String bundle)
Set the file name to be used as resource bundle
|
void |
setKey(java.lang.String key)
key to be translated
|
void |
setReplace(java.lang.String str)
Replaces {x} with values specified
|
addText, setAppend, setFile, setLevel, setMessagegetDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeprotected java.lang.String bundle
protected java.lang.String key
protected java.lang.Object[] tokens
public void setBundle(java.lang.String bundle)
public void execute()
execute in class org.apache.tools.ant.taskdefs.Echopublic void setKey(java.lang.String key)
protected void doTranslation()
protected java.lang.String getBundle()
protected java.lang.String getKey()
public void setReplace(java.lang.String str)