Class GosuDocOptions

java.lang.Object
org.gosulang.gradle.tasks.gosudoc.GosuDocOptions
All Implemented Interfaces:
Serializable

public class GosuDocOptions extends Object implements Serializable
See Also:
  • Constructor Details

    • GosuDocOptions

      public GosuDocOptions()
  • Method Details

    • getTitle

      @Input @Optional public String getTitle()
      Returns the HTML text to appear in the main frame title.
      Returns:
      the HTML text to appear in the main frame title.
    • setTitle

      public void setTitle(String title)
      Sets the HTML text to appear in the main frame title.
      Parameters:
      title - the HTML text to appear in the main frame title.
    • getForkOptions

      public org.gradle.api.tasks.compile.BaseForkOptions getForkOptions()
      Returns:
      Options for running the gosudoc generator in a separate process.
    • setForkOptions

      public void setForkOptions(org.gradle.api.tasks.compile.BaseForkOptions forkOptions)
      Parameters:
      forkOptions - Options for running the gosudoc generator in a separate process.
    • isVerbose

      @Console public boolean isVerbose()
    • setVerbose

      public void setVerbose(boolean verbose)