Class CommandLineGosuDoc

java.lang.Object
org.gosulang.gradle.tasks.gosudoc.CommandLineGosuDoc

public class CommandLineGosuDoc extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    CommandLineGosuDoc(org.gradle.api.file.FileCollection source, File targetDir, org.gradle.api.file.FileCollection gosuClasspath, org.gradle.api.file.FileCollection projectClasspath, GosuDocOptions options, org.gradle.process.ExecOperations execOperations, org.gradle.api.file.FileSystemOperations fileSystemOperations, org.gradle.api.model.ObjectFactory objectFactory, org.gradle.api.file.ProjectLayout layout, String taskPath)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CommandLineGosuDoc

      public CommandLineGosuDoc(org.gradle.api.file.FileCollection source, File targetDir, org.gradle.api.file.FileCollection gosuClasspath, org.gradle.api.file.FileCollection projectClasspath, GosuDocOptions options, org.gradle.process.ExecOperations execOperations, org.gradle.api.file.FileSystemOperations fileSystemOperations, org.gradle.api.model.ObjectFactory objectFactory, org.gradle.api.file.ProjectLayout layout, String taskPath)
  • Method Details

    • execute

      public void execute()