|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.tigris.scarab.util.build.AntL10AnalysisTask
Ant task to check for localisation problems.
Ant parameters:
error to the
issue that has to be used (e.g. error="CantParseIssue")
and severity to one of the defined severity levels:
| Nested Class Summary | |
class |
AntL10AnalysisTask.Message
sub Class that represents a severity setting message |
| Field Summary |
| Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| Constructor Summary | |
AntL10AnalysisTask()
|
|
| Method Summary | |
org.apache.tools.ant.types.FileSet |
createFileset()
Files to load |
AntL10AnalysisTask.Message |
createMessageSet()
ant handler for the messageSet token |
void |
execute()
|
void |
setFailonerr(boolean failonerr)
Handle the attribute fileonerr |
void |
setOutfile(java.lang.String filename)
Set the output file |
void |
setRefFile(java.lang.String aFile)
Handle the attribute "refFile" |
void |
setVerbose(int verbose)
Handle the attribute "verbose". |
| Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AntL10AnalysisTask()
| Method Detail |
public void execute()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void setOutfile(java.lang.String filename)
filename - the file to writepublic void setRefFile(java.lang.String aFile)
aFile - The reference file to be usedpublic void setVerbose(int verbose)
verbose - The verbosity to be setpublic void setFailonerr(boolean failonerr)
failonerr - The failonerr to set.public org.apache.tools.ant.types.FileSet createFileset()
FileSet that
represents a list of files to be read.public AntL10AnalysisTask.Message createMessageSet()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||