Groovy Documentation

org.gradle.api.tasks.scala
Class AntScalaCompile

java.lang.Object
  org.gradle.api.tasks.scala.AntScalaCompile

class AntScalaCompile

Constructor Summary
AntScalaCompile(groovy.util.AntBuilder ant)

AntScalaCompile(groovy.util.AntBuilder ant, java.lang.Iterable bootclasspathFiles, java.lang.Iterable extensionDirs)

 
Method Summary
void execute(FileCollection source, java.io.File targetDir, java.lang.Iterable classpathFiles, ScalaCompileOptions compileOptions)

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

Constructor Detail

AntScalaCompile

public AntScalaCompile(groovy.util.AntBuilder ant)


AntScalaCompile

public AntScalaCompile(groovy.util.AntBuilder ant, java.lang.Iterable bootclasspathFiles, java.lang.Iterable extensionDirs)


 
Method Detail

execute

void execute(FileCollection source, java.io.File targetDir, java.lang.Iterable classpathFiles, ScalaCompileOptions compileOptions)


 

Groovy Documentation