Uses of Class
com.github.cukedoctor.config.CukedoctorConfig
-
Packages that use CukedoctorConfig Package Description com.github.cukedoctor com.github.cukedoctor.config com.github.cukedoctor.converter com.github.cukedoctor.renderer com.github.cukedoctor.util -
-
Uses of CukedoctorConfig in com.github.cukedoctor
Methods in com.github.cukedoctor that return CukedoctorConfig Modifier and Type Method Description static CukedoctorConfigCukedoctor. getDefaultConfig()Methods in com.github.cukedoctor with parameters of type CukedoctorConfig Modifier and Type Method Description static CukedoctorConverterCukedoctor. instance(List<Feature> features, DocumentAttributes attrs, CukedoctorConfig cukedoctorConfig)static CukedoctorConverterCukedoctor. instance(List<Feature> features, DocumentAttributes attrs, CukedoctorConfig cukedoctorConfig, CukedoctorDocumentBuilder docBuilder) -
Uses of CukedoctorConfig in com.github.cukedoctor.config
Methods in com.github.cukedoctor.config that return CukedoctorConfig Modifier and Type Method Description CukedoctorConfigCukedoctorConfig. setCustomizationDir(String customizationDir)CukedoctorConfigCukedoctorConfig. setDisableMinMaxExtension(Boolean disableMinMaxExtension)CukedoctorConfigCukedoctorConfig. setErrorMessageSize(Integer errorMessageSize)CukedoctorConfigCukedoctorConfig. setHideFeaturesSection(Boolean hideFeaturesSection)CukedoctorConfigCukedoctorConfig. setHideScenarioKeyword(Boolean hideScenarioKeyword)CukedoctorConfigCukedoctorConfig. setHideStepTime(Boolean hideStepTime)CukedoctorConfigCukedoctorConfig. setHideSummarySection(Boolean hideSummarySection)CukedoctorConfigCukedoctorConfig. setHideTags(Boolean hideTags)CukedoctorConfigCukedoctorConfig. setIntroChapterDir(String introChapterDir)CukedoctorConfigCukedoctorConfig. setIntroChapterRelativePath(String introChapterRelativePath) -
Uses of CukedoctorConfig in com.github.cukedoctor.converter
Constructors in com.github.cukedoctor.converter with parameters of type CukedoctorConfig Constructor Description CukedoctorConverterImpl(List<Feature> features, DocumentAttributes attrs, CukedoctorConfig cukedoctorConfig)CukedoctorConverterImpl(List<Feature> features, DocumentAttributes attrs, CukedoctorConfig cukedoctorConfig, CukedoctorDocumentBuilder docBuilder) -
Uses of CukedoctorConfig in com.github.cukedoctor.renderer
Fields in com.github.cukedoctor.renderer declared as CukedoctorConfig Modifier and Type Field Description protected CukedoctorConfigAbstractBaseRenderer. cukedoctorConfigMethods in com.github.cukedoctor.renderer with parameters of type CukedoctorConfig Modifier and Type Method Description voidAbstractBaseRenderer. setCukedoctorConfig(CukedoctorConfig cukedoctorConfig)voidBaseRenderer. setCukedoctorConfig(CukedoctorConfig cukedoctorConfig)Constructors in com.github.cukedoctor.renderer with parameters of type CukedoctorConfig Constructor Description CukedoctorFeatureRenderer(CukedoctorConfig cukedoctorConfig)CukedoctorScenarioRenderer(CukedoctorConfig cukedoctorConfig)CukedoctorStepsRenderer(CukedoctorConfig cukedoctorConfig)CukedoctorSummaryRenderer(CukedoctorConfig cukedoctorConfig) -
Uses of CukedoctorConfig in com.github.cukedoctor.util
Methods in com.github.cukedoctor.util with parameters of type CukedoctorConfig Modifier and Type Method Description RServiceLoaderUtil. initialise(Class<R> service, Class<? extends R> defaultImplementation, I18nLoader i18n, DocumentAttributes attributes, CukedoctorConfig cukedoctorConfig, Class<? extends R>... except)RServiceLoaderUtil. load(Class<R> service, Class<? extends R> defaultImplementation, CukedoctorConfig cukedoctorConfig, Class<? extends R>... except)
-