|
||||||||||
| 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.quattor.ant.PanCheckSyntaxTask
public class PanCheckSyntaxTask
An ant task which checks the pan language syntax for a specified list of files. See individual setter methods for the parameters which can be used in the build file.
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
PanCheckSyntaxTask()
|
|
| Method Summary | |
|---|---|
void |
addConfiguredFileSet(org.apache.tools.ant.types.FileSet fileset)
Support nested fileset elements. |
void |
execute()
|
void |
setDeprecationLevel(int deprecationLevel)
Level at which deprecation warnings are issued. |
void |
setVerbose(boolean verbose)
Flag to indicate that extra information should be written to the standard output. |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PanCheckSyntaxTask()
| Method Detail |
|---|
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void addConfiguredFileSet(org.apache.tools.ant.types.FileSet fileset)
fileset - a configured FileSetpublic void setVerbose(boolean verbose)
verbose - public void setDeprecationLevel(int deprecationLevel)
deprecationLevel - level at which to give deprecation warnings
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||