Class ExcelDocConfiguration
java.lang.Object
org.citrusframework.mvn.plugin.config.docs.ExcelDocConfiguration
- Since:
- 2.7.4
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the author.Gets the company.Gets the headers.Gets the outputFile.Gets the pageTitle.voidSets the author.voidsetCompany(String company) Sets the company.voidsetHeaders(String headers) Sets the headers.voidsetOutputFile(String outputFile) Sets the outputFile.voidsetPageTitle(String pageTitle) Sets the pageTitle.
-
Constructor Details
-
ExcelDocConfiguration
public ExcelDocConfiguration()
-
-
Method Details
-
getCompany
Gets the company.- Returns:
-
setCompany
Sets the company.- Parameters:
company-
-
getAuthor
Gets the author.- Returns:
-
setAuthor
Sets the author.- Parameters:
author-
-
getOutputFile
Gets the outputFile.- Returns:
-
setOutputFile
Sets the outputFile.- Parameters:
outputFile-
-
getPageTitle
Gets the pageTitle.- Returns:
-
setPageTitle
Sets the pageTitle.- Parameters:
pageTitle-
-
getHeaders
Gets the headers.- Returns:
-
setHeaders
Sets the headers.- Parameters:
headers-
-