Class HtmlDocConfiguration
java.lang.Object
org.citrusframework.mvn.plugin.config.docs.HtmlDocConfiguration
- All Implemented Interfaces:
Serializable
- Since:
- 2.7.4
- Author:
- Christoph Deppisch
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the columns.Gets the heading.getLogo()Gets the logo.Gets the outputFile.Gets the pageTitle.voidsetColumns(String columns) Sets the columns.voidsetHeading(String heading) Sets the heading.voidSets the logo.voidsetOutputFile(String outputFile) Sets the outputFile.voidsetPageTitle(String pageTitle) Sets the pageTitle.
-
Constructor Details
-
HtmlDocConfiguration
public HtmlDocConfiguration()
-
-
Method Details
-
getHeading
Gets the heading.- Returns:
-
setHeading
Sets the heading.- Parameters:
heading-
-
getColumns
Gets the columns.- Returns:
-
setColumns
Sets the columns.- Parameters:
columns-
-
getOutputFile
Gets the outputFile.- Returns:
-
setOutputFile
Sets the outputFile.- Parameters:
outputFile-
-
getPageTitle
Gets the pageTitle.- Returns:
-
setPageTitle
Sets the pageTitle.- Parameters:
pageTitle-
-
getLogo
Gets the logo.- Returns:
-
setLogo
Sets the logo.- Parameters:
logo-
-