Groovy 2.2.0

org.codehaus.groovy.ant
[Java] 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

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.


Constructor Summary
VerifyClass()

 
Method Summary
void execute()

void setDir(String dir)

void setVerbose(boolean v)

 
Methods inherited from class MatchingTask
setProject, setExcludes, setCaseSensitive, setIncludes, setFollowSymlinks, addModified, addFilename, addCustom, addContains, addPresent, addDepth, addDepend, addContainsRegexp, addDifferent, addType, createInclude, XsetIgnore, setIncludesfile, addNot, addNone, addMajority, createIncludesFile, XsetItems, appendSelector, addSelector, addAnd, addOr, setExcludesfile, hasSelectors, selectorCount, getSelectors, selectorElements, addSize, setDefaultexcludes, createExclude, createExcludesFile, createPatternSet, add, addDate, maybeConfigure, getOwningTarget, getTaskName, getTaskType, setTaskType, setTaskName, setOwningTarget, getRuntimeConfigurableWrapper, setRuntimeConfigurableWrapper, reconfigure, perform, bindToOwner, log, log, log, log, init, execute, getProject, setLocation, clone, getLocation, getDescription, setDescription, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Task
maybeConfigure, getOwningTarget, getTaskName, getTaskType, setTaskType, setTaskName, setOwningTarget, getRuntimeConfigurableWrapper, setRuntimeConfigurableWrapper, reconfigure, perform, bindToOwner, log, log, log, log, init, execute, getProject, setLocation, setProject, clone, getLocation, getDescription, setDescription, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

VerifyClass

public VerifyClass()


 
Method Detail

execute

public void execute()


setDir

public void setDir(String dir)


setVerbose

public void setVerbose(boolean v)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.