Package org.verapdf.features
Class FeatureFactory
java.lang.Object
org.verapdf.features.FeatureFactory
- Version:
- 0.1 Created 30 Oct 2016:01:14:07
- Author:
- Carl Wilson carlwilson AT github
-
Method Summary
Modifier and TypeMethodDescriptionstatic FeatureExtractorConfigconfigFromValues(EnumSet<FeatureObjectType> enabledFeatures) static FeatureExtractorConfigconfigFromXml(InputStream source) Converts XML file to PluginsCollectionConfig,static voidconfigToXml(FeatureExtractorConfig config, OutputStream dest) static FeatureExtractorConfig
-
Method Details
-
defaultConfig
-
configFromValues
-
configFromXml
Converts XML file to PluginsCollectionConfig,- Throws:
JAXBException- See Also:
-
configToXml
public static void configToXml(FeatureExtractorConfig config, OutputStream dest) throws JAXBException - Throws:
JAXBException
-