Uses of Interface
org.verapdf.features.FeatureExtractorConfig
-
Packages that use FeatureExtractorConfig Package Description org.verapdf.apps org.verapdf.apps.utils org.verapdf.cli.commands org.verapdf.features org.verapdf.pdfa Interfaces for PDF/A validation and Metadata repair.org.verapdf.processor -
-
Uses of FeatureExtractorConfig in org.verapdf.apps
Methods in org.verapdf.apps that return FeatureExtractorConfig Modifier and Type Method Description FeatureExtractorConfigConfigManager. getFeaturesConfig()Methods in org.verapdf.apps with parameters of type FeatureExtractorConfig Modifier and Type Method Description voidConfigManager. updateFeaturesConfig(FeatureExtractorConfig config) -
Uses of FeatureExtractorConfig in org.verapdf.apps.utils
Methods in org.verapdf.apps.utils that return FeatureExtractorConfig Modifier and Type Method Description static FeatureExtractorConfigApplicationUtils. mergeEnabledFeaturesFromPolicy(FeatureExtractorConfig currentConfig, InputStream policy)Methods in org.verapdf.apps.utils with parameters of type FeatureExtractorConfig Modifier and Type Method Description static FeatureExtractorConfigApplicationUtils. mergeEnabledFeaturesFromPolicy(FeatureExtractorConfig currentConfig, InputStream policy) -
Uses of FeatureExtractorConfig in org.verapdf.cli.commands
Methods in org.verapdf.cli.commands with parameters of type FeatureExtractorConfig Modifier and Type Method Description ProcessorConfigVeraCliArgParser. processorConfig(ProcessType procType, FeatureExtractorConfig featConfig, PluginsCollectionConfig plugConfig) -
Uses of FeatureExtractorConfig in org.verapdf.features
Methods in org.verapdf.features that return FeatureExtractorConfig Modifier and Type Method Description static FeatureExtractorConfigFeatureFactory. configFromValues(EnumSet<FeatureObjectType> enabledFeatures)static FeatureExtractorConfigFeatureFactory. configFromXml(InputStream source)Converts XML file to PluginsCollectionConfig,static FeatureExtractorConfigFeatureFactory. defaultConfig()Methods in org.verapdf.features with parameters of type FeatureExtractorConfig Modifier and Type Method Description static voidFeatureFactory. configToXml(FeatureExtractorConfig config, OutputStream dest)Constructors in org.verapdf.features with parameters of type FeatureExtractorConfig Constructor Description FeaturesReporter(FeatureExtractorConfig config)FeaturesReporter(FeatureExtractorConfig config, List<AbstractFeaturesExtractor> extractors)Creates new FeaturesReporter -
Uses of FeatureExtractorConfig in org.verapdf.pdfa
Methods in org.verapdf.pdfa with parameters of type FeatureExtractorConfig Modifier and Type Method Description FeatureExtractionResultPDFAParser. getFeatures(FeatureExtractorConfig config)FeatureExtractionResultPDFAParser. getFeatures(FeatureExtractorConfig config, List<AbstractFeaturesExtractor> extractors) -
Uses of FeatureExtractorConfig in org.verapdf.processor
Methods in org.verapdf.processor that return FeatureExtractorConfig Modifier and Type Method Description FeatureExtractorConfigProcessorConfig. getFeatureConfig()
-