Uses of Interface
org.fugerit.java.doc.base.feature.FeatureConfig
Packages that use FeatureConfig
Package
Description
-
Uses of FeatureConfig in org.fugerit.java.doc.base.facade
Methods in org.fugerit.java.doc.base.facade with parameters of type FeatureConfigModifier and TypeMethodDescriptionDocFacadeSource.parse(Reader reader, int sourceType, FeatureConfig featureConfig) DocFacadeSource.parseRE(Reader reader, int sourceType, FeatureConfig featureConfig) -
Uses of FeatureConfig in org.fugerit.java.doc.base.feature
Fields in org.fugerit.java.doc.base.feature declared as FeatureConfigMethods in org.fugerit.java.doc.base.feature that return FeatureConfigModifier and TypeMethodDescriptionstatic FeatureConfigFeatureConfig.fromFailWhenElementNotFound(boolean failWhenElementNotFound) -
Uses of FeatureConfig in org.fugerit.java.doc.base.feature.tableintegritycheck
Methods in org.fugerit.java.doc.base.feature.tableintegritycheck with parameters of type FeatureConfigModifier and TypeMethodDescriptionstatic intTableIntegrityCheck.apply(DocBase docBase, DocTable docTable, FeatureConfig featureConfig) -
Uses of FeatureConfig in org.fugerit.java.doc.base.parser
Methods in org.fugerit.java.doc.base.parser that return FeatureConfigModifier and TypeMethodDescriptionAbstractDocParser.getFeatureConfig()DocParser.getFeatureConfig()Get the feature config for this parser (implementations of DocParser should useFeatureConfig.DEFAULT if not set)Methods in org.fugerit.java.doc.base.parser with parameters of type FeatureConfigModifier and TypeMethodDescriptionvoidAbstractDocParser.setFeatureConfig(FeatureConfig featureConfig) voidDocParser.setFeatureConfig(FeatureConfig featureConfig) Set the feature config for this parserConstructors in org.fugerit.java.doc.base.parser with parameters of type FeatureConfig -
Uses of FeatureConfig in org.fugerit.java.doc.base.xml
Constructors in org.fugerit.java.doc.base.xml with parameters of type FeatureConfigModifierConstructorDescriptionDocContentHandler(DocHelper docHelper, FeatureConfig featureConfig) DocXmlParser(DocHelper docHelper, FeatureConfig featureConfig)