Groovy Documentation

org.gradle.api.tasks.compile
Class AntJavac

java.lang.Object
  org.gradle.api.tasks.compile.AntJavac

class AntJavac
extends java.lang.Object

author:
Hans Dockter


Property Summary
static java.lang.String CLASSPATH_ID

int numFilesCompiled

 
Constructor Summary
AntJavac()

 
Method Summary
void execute(java.util.List sourceDirs, java.util.Collection includes, java.util.Collection excludes, java.io.File targetDir, java.lang.Iterable classpath, java.lang.String sourceCompatibility, java.lang.String targetCompatibility, CompileOptions compileOptions, groovy.util.AntBuilder ant)

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Property Detail

CLASSPATH_ID

static final java.lang.String CLASSPATH_ID


numFilesCompiled

int numFilesCompiled


 
Constructor Detail

AntJavac

AntJavac()


 
Method Detail

execute

void execute(java.util.List sourceDirs, java.util.Collection includes, java.util.Collection excludes, java.io.File targetDir, java.lang.Iterable classpath, java.lang.String sourceCompatibility, java.lang.String targetCompatibility, CompileOptions compileOptions, groovy.util.AntBuilder ant)


 

Groovy Documentation