public class AddLocaleTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
AddLocaleTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
File |
getFrom()
The xml file with path name to read from
|
String |
getLocales()
semicolon separated locale names
|
File |
getTo()
The xml file with the path name to write into
|
void |
setFrom(File from) |
void |
setLocales(String locales) |
void |
setTo(File 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 File getFrom()
public void setFrom(File from)
public File getTo()
public void setTo(File to)
public String getLocales()
public void setLocales(String locales)
public void execute()
execute in class org.apache.tools.ant.TaskCopyright © 2017. All rights reserved.