public class LocaleSanityCheckerTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
LocaleSanityCheckerTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
File |
getFrom() |
String |
getLocale() |
File |
getTo() |
boolean |
isIncludeReview() |
void |
setFrom(File from) |
void |
setIncludeReview(boolean includeReview) |
void |
setLocale(String locale) |
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 String getLocale()
public void setLocale(String locale)
public File getTo()
public void setTo(File to)
public boolean isIncludeReview()
public void setIncludeReview(boolean includeReview)
Copyright © 2018. All rights reserved.