Package com.github.cukedoctor.config
Class CukedoctorConfig
- java.lang.Object
-
- com.github.cukedoctor.config.CukedoctorConfig
-
- All Implemented Interfaces:
Serializable
public class CukedoctorConfig extends Object implements Serializable
Created by pestano on 22/06/15.Cukedoctor configuration, each Cukedoctor Converter (
Cukedoctor.instance(List)) instance holds a config instance.For Documentation based attributes see
DocumentAttributes- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CukedoctorConfig()
-
Method Summary
-
-
-
Method Detail
-
getErrorMessageSize
public Integer getErrorMessageSize()
-
getIntroChapterDir
public String getIntroChapterDir()
-
getCustomizationDir
public String getCustomizationDir()
-
isHideFeaturesSection
public Boolean isHideFeaturesSection()
-
isHideStepTime
public Boolean isHideStepTime()
-
isHideSummarySection
public Boolean isHideSummarySection()
-
isHideScenarioKeyword
public Boolean isHideScenarioKeyword()
-
isHideTags
public Boolean isHideTags()
-
isDisableMinMaxExtension
public Boolean isDisableMinMaxExtension()
-
getIntroChapterRelativePath
public String getIntroChapterRelativePath()
Path to be used as relative when looking for introChapterAdoc seeCukedoctorConverterImpl.renderIntro(). used by com.github.cukedoctor.util.FileUtil.findFiles(String, String, boolean, String)- Returns:
- the relative path to the intro chapter
-
setCustomizationDir
public CukedoctorConfig setCustomizationDir(String customizationDir)
-
setDisableMinMaxExtension
public CukedoctorConfig setDisableMinMaxExtension(Boolean disableMinMaxExtension)
-
setHideScenarioKeyword
public CukedoctorConfig setHideScenarioKeyword(Boolean hideScenarioKeyword)
-
setErrorMessageSize
public CukedoctorConfig setErrorMessageSize(Integer errorMessageSize)
-
setIntroChapterDir
public CukedoctorConfig setIntroChapterDir(String introChapterDir)
-
setIntroChapterRelativePath
public CukedoctorConfig setIntroChapterRelativePath(String introChapterRelativePath)
-
setHideFeaturesSection
public CukedoctorConfig setHideFeaturesSection(Boolean hideFeaturesSection)
-
setHideStepTime
public CukedoctorConfig setHideStepTime(Boolean hideStepTime)
-
setHideSummarySection
public CukedoctorConfig setHideSummarySection(Boolean hideSummarySection)
-
setHideTags
public CukedoctorConfig setHideTags(Boolean hideTags)
-
-