org.codehaus.groovy.ant
Class VerifyClass
java.lang.Object
  
org.apache.tools.ant.ProjectComponent
      
org.apache.tools.ant.Task
          
org.apache.tools.ant.taskdefs.MatchingTask
              
org.codehaus.groovy.ant.VerifyClass
- All Implemented Interfaces: 
 - Cloneable, SelectorContainer
 
public class VerifyClass
- extends MatchingTask
 
Verify Class files. This task can take the following
 arguments:
 
 When this task executes, it will recursively scan the dir and
 look for class files to verify.
 
 
 
 
 
 
| Methods inherited from class org.apache.tools.ant.taskdefs.MatchingTask | 
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDirectoryScanner, getImplicitFileSet, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFollowSymlinks, setIncludes, setIncludesfile, setProject, XsetIgnore, XsetItems | 
 
| 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 | 
 
 
 
VerifyClass
public VerifyClass()
execute
public void execute()
             throws BuildException
- Overrides:
 execute in class Task
 
- Throws:
 BuildException
 
setDir
public void setDir(String dir)
            throws BuildException
- Throws:
 BuildException
 
setVerbose
public void setVerbose(boolean v)