| |
|
| com.sun.jbi.ui.ant.util.I18NEchoTask
I18NEchoTask | public class I18NEchoTask extends org.apache.tools.ant.taskdefs.Echo (Code) | | Writes a i18n message to the Ant logging facilities.
author: chikkala |
Inner Class :public static class Argument | |
createArg | public Argument createArg()(Code) | | |
execute | public void execute() throws BuildException(Code) | | Does the work.
exception: BuildException - if something goes wrong with the build |
getBundle | public String getBundle()(Code) | | Getter for property mBundle.
Value of property mBundle. |
getKey | public String getKey()(Code) | | Getter for property mKey.
Value of property mKey. |
setBundle | public void setBundle(String bundle)(Code) | | Setter for property mBundle.
Parameters: bundle - New value of property mBundle. |
setKey | public void setKey(String key)(Code) | | Setter for property mKey.
Parameters: key - New value of property mKey. |
|
|
|