Groovy Documentation

org.gradle.api.tasks.scala
Class AntScalaDoc

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

class AntScalaDoc

Constructor Summary
AntScalaDoc(groovy.util.AntBuilder ant)

AntScalaDoc(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, ScalaDocOptions docOptions)

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

Constructor Detail

AntScalaDoc

public AntScalaDoc(groovy.util.AntBuilder ant)


AntScalaDoc

public AntScalaDoc(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, ScalaDocOptions docOptions)


 

Groovy Documentation