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 Classes
    Modifier and Type
    Class
    Description
    static final class 
    One of generate, check, strictcheck, versioncheck, binarycheck.
  • 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.tools.ant.types.Path
     
    void
     
    void
     
    void
    setClasspath(org.apache.tools.ant.types.Path p)
     
    void
    setClasspathRef(org.apache.tools.ant.types.Reference r)
     
    void
    setFailOnError(boolean b)
     
    void
     
    void
     
    void
     
    void
    setRelease(String release)
     
    void
    setReport(File report)
     
    void
     

    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 Details

    • Sigtest

      public Sigtest()
  • Method Details

    • setFileName

      public void setFileName(File f)
    • setPackages

      public void setPackages(String s)
    • setAction

      public void setAction(Sigtest.ActionType s)
    • setClasspath

      public void setClasspath(org.apache.tools.ant.types.Path p)
    • setVersion

      public void setVersion(String v)
    • 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

      public void setFailureProperty(String p)
    • setReport

      public void setReport(File report)
    • setRelease

      public void setRelease(String release)
    • execute

      public void execute() throws org.apache.tools.ant.BuildException
      Overrides:
      execute in class org.apache.tools.ant.Task
      Throws:
      org.apache.tools.ant.BuildException