Groovy 2.2.0

org.codehaus.groovy.ant
[Java] Class GenerateStubsTask

java.lang.Object
  org.apache.tools.ant.ProjectComponent
      org.apache.tools.ant.Task
          org.apache.tools.ant.taskdefs.MatchingTask
              org.codehaus.groovy.ant.CompileTaskSupport
                  org.codehaus.groovy.ant.GenerateStubsTask

public class GenerateStubsTask
extends CompileTaskSupport

Generates Java stubs from Groovy sources.

Authors:
Jason Dillon
Version:
\$Id\$


Field Summary
 
Fields inherited from class CompileTaskSupport
classpath, config, destdir, failOnError, log, src
 
Method Summary
protected void compile()

 
Methods inherited from class CompileTaskSupport
compile, createClassLoader, createClasspath, createConfiguration, createSrc, execute, getClasspath, getFailonerror, getSrcdir, handleException, setClasspath, setClasspathRef, setDestdir, setFailonerror, setSrcdir, validate
 
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
 

Method Detail

compile

@Override
protected void compile()


 

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