Groovy Documentation

org.gradle.api.tasks.compile
Class AntJavac

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

class AntJavac

author:
Hans Dockter


Property Summary
static java.lang.String CLASSPATH_ID

int numFilesCompiled

 
Constructor Summary
AntJavac()

 
Method Summary
void execute(FileCollection source, java.io.File targetDir, java.io.File depCacheDir, java.lang.Iterable classpath, java.lang.String sourceCompatibility, java.lang.String targetCompatibility, CompileOptions compileOptions, AntBuilder ant)

 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, 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(FileCollection source, java.io.File targetDir, java.io.File depCacheDir, java.lang.Iterable classpath, java.lang.String sourceCompatibility, java.lang.String targetCompatibility, CompileOptions compileOptions, AntBuilder ant)


 

Groovy Documentation