Class GosuDocOptions
java.lang.Object
org.gosulang.gradle.tasks.gosudoc.GosuDocOptions
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.tasks.compile.BaseForkOptionsgetTitle()Returns the HTML text to appear in the main frame title.booleanvoidsetForkOptions(org.gradle.api.tasks.compile.BaseForkOptions forkOptions) voidSets the HTML text to appear in the main frame title.voidsetVerbose(boolean verbose)
-
Constructor Details
-
GosuDocOptions
public GosuDocOptions()
-
-
Method Details
-
getTitle
Returns the HTML text to appear in the main frame title.- Returns:
- the HTML text to appear in the main frame title.
-
setTitle
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)
-