public class AddLocaleTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
AddLocaleTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
String |
getFrom()
The xml file with path name to read from
|
String |
getLocales()
semicolon separated locale names
|
String |
getTo()
The xml file with the path name to write into
|
void |
setFrom(String from) |
void |
setLocales(String locales) |
void |
setTo(String to) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic String getFrom()
public void setFrom(String from)
public String getTo()
public void setTo(String to)
public String getLocales()
public void setLocales(String locales)
public void execute()
execute in class org.apache.tools.ant.TaskCopyright © 2015. All rights reserved.