Class ScalaDocOptions
java.lang.Object
org.gradle.api.tasks.compile.AbstractOptions
org.gradle.api.tasks.scala.ScalaDocOptions
- All Implemented Interfaces:
Serializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the additional parameters passed to the compiler.protected StringgetAntPropertyName(String fieldName) protected ObjectgetAntPropertyValue(String fieldName, Object value) Returns the HTML text to appear in the bottom text for each page.Returns the HTML text to appear in the main frame title.Returns the HTML text to appear in the footer for each page.Returns the HTML text to appear in the header for each page.Deprecated.Scaladoc does not support to set a stylesheet any more (Scala 2.11).getTop()Returns the HTML text to appear in the top text for each page.Returns the text to appear in the window title.booleanTells whether to generate deprecation information.booleanTells whether to generate unchecked information.voidsetAdditionalParameters(List<String> additionalParameters) Sets the additional parameters passed to the compiler.voidSets the HTML text to appear in the bottom text for each page.voidsetDeprecation(boolean deprecation) Sets whether to generate deprecation information.voidsetDocTitle(String docTitle) Sets the HTML text to appear in the main frame title.voidSets the HTML text to appear in the footer for each page.voidSets the HTML text to appear in the header for each page.voidsetStyleSheet(File styleSheet) Deprecated.Scaladoc does not support to set a stylesheet any more (Scala 2.11).voidSets the HTML text to appear in the top text for each page.voidsetUnchecked(boolean unchecked) Sets whether to generate unchecked information.voidsetWindowTitle(String windowTitle) Sets the text to appear in the window title.Methods inherited from class AbstractOptions
define, excludeFromAntProperties, optionMap
-
Constructor Details
-
ScalaDocOptions
public ScalaDocOptions()
-
-
Method Details
-
isDeprecation
Tells whether to generate deprecation information. -
setDeprecation
public void setDeprecation(boolean deprecation) Sets whether to generate deprecation information. -
isUnchecked
Tells whether to generate unchecked information. -
setUnchecked
public void setUnchecked(boolean unchecked) Sets whether to generate unchecked information. -
getWindowTitle
-
setWindowTitle
Sets the text to appear in the window title. -
getDocTitle
-
setDocTitle
Sets the HTML text to appear in the main frame title. -
getHeader
-
setHeader
Sets the HTML text to appear in the header for each page. -
getTop
-
setTop
Sets the HTML text to appear in the top text for each page. -
getBottom
-
setBottom
Sets the HTML text to appear in the bottom text for each page. -
getStyleSheet
Deprecated.Scaladoc does not support to set a stylesheet any more (Scala 2.11).Returns the style sheet to override default style. -
setStyleSheet
Deprecated.Scaladoc does not support to set a stylesheet any more (Scala 2.11).Sets the style sheet to override default style. -
getAdditionalParameters
-
setAdditionalParameters
-
getAntPropertyName
- Overrides:
getAntPropertyNamein classAbstractOptions
-
getAntPropertyValue
- Overrides:
getAntPropertyValuein classAbstractOptions
-