public class FillLocaleTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
FillLocaleTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
String |
getFillOnlyKeysStartingWith() |
File |
getFrom() |
String |
getSourceLocale() |
String |
getTargetLocale() |
File |
getTo() |
boolean |
isDoSetReviewFlag() |
void |
setDoSetReviewFlag(boolean doSetReviewFlag) |
void |
setFillOnlyKeysStartingWith(String fillOnlyKeysStartingWith) |
void |
setFrom(File from) |
void |
setSourceLocale(String sourceLocale) |
void |
setTargetLocale(String targetLocale) |
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 void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic File getFrom()
public void setFrom(File from)
public File getTo()
public void setTo(File to)
public String getSourceLocale()
public void setSourceLocale(String sourceLocale)
public String getTargetLocale()
public void setTargetLocale(String targetLocale)
public String getFillOnlyKeysStartingWith()
public void setFillOnlyKeysStartingWith(String fillOnlyKeysStartingWith)
public boolean isDoSetReviewFlag()
public void setDoSetReviewFlag(boolean doSetReviewFlag)
Copyright © 2015. All rights reserved.