Package org.netbeans.apitest
Class Sigtest
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.netbeans.apitest.Sigtest
- All Implemented Interfaces:
Cloneable
public final class Sigtest
extends org.apache.tools.ant.Task
Ant task to execute setup, check and strict check with the API check class.
- Author:
- Michal Zlamal, Jaroslav Tulach
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classOne ofgenerate,check,strictcheck,versioncheck,binarycheck. -
Field Summary
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapperFields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.tools.ant.types.Pathvoidexecute()voidvoidsetClasspath(org.apache.tools.ant.types.Path p) voidsetClasspathRef(org.apache.tools.ant.types.Reference r) voidsetFailOnError(boolean b) voidvoidsetFileName(File f) voidvoidsetRelease(String release) voidvoidsetVersion(String v) 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, setTaskTypeMethods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Constructor Details
-
Sigtest
public Sigtest()
-
-
Method Details
-
setFileName
-
setPackages
-
setAction
-
setClasspath
public void setClasspath(org.apache.tools.ant.types.Path p) -
setVersion
-
createClasspath
public org.apache.tools.ant.types.Path createClasspath() -
setClasspathRef
public void setClasspathRef(org.apache.tools.ant.types.Reference r) -
setFailOnError
public void setFailOnError(boolean b) -
setFailureProperty
-
setReport
-
setRelease
-
execute
public void execute() throws org.apache.tools.ant.BuildException- Overrides:
executein classorg.apache.tools.ant.Task- Throws:
org.apache.tools.ant.BuildException
-