| org.codehaus.groovy.ant.VerifyClass
VerifyClass | public class VerifyClass extends MatchingTask (Code) | | 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.
|
VerifyClass | public VerifyClass()(Code) | | |
execute | public void execute() throws BuildException(Code) | | |
setDir | public void setDir(String dir) throws BuildException(Code) | | |
setVerbose | public void setVerbose(boolean v)(Code) | | |
|
|