Groovy Documentation

org.gradle.api.tasks.scala
[Groovy] Class AntScalaDoc

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

class AntScalaDoc

Constructor Summary
AntScalaDoc(IsolatedAntBuilder antBuilder)

AntScalaDoc(IsolatedAntBuilder antBuilder, java.lang.Iterable bootclasspathFiles, java.lang.Iterable extensionDirs)

 
Method Summary
void execute(FileCollection source, java.io.File targetDir, java.lang.Iterable classpathFiles, java.lang.Iterable scalaClasspath, ScalaDocOptions docOptions)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Constructor Detail

AntScalaDoc

AntScalaDoc(IsolatedAntBuilder antBuilder)


AntScalaDoc

AntScalaDoc(IsolatedAntBuilder antBuilder, java.lang.Iterable bootclasspathFiles, java.lang.Iterable extensionDirs)


 
Method Detail

execute

void execute(FileCollection source, java.io.File targetDir, java.lang.Iterable classpathFiles, java.lang.Iterable scalaClasspath, ScalaDocOptions docOptions)


 

Groovy Documentation