Package org.verapdf.metadata.fixer
Class FixerFactory
java.lang.Object
org.verapdf.metadata.fixer.FixerFactory
- Version:
- 0.1 Created 30 Oct 2016:01:30:05
- Author:
- Carl Wilson carlwilson AT github
-
Method Summary
Modifier and TypeMethodDescriptionstatic MetadataFixerConfigconfigFromValues(String fixesPrefix) static MetadataFixerConfigconfigFromXml(InputStream source) static voidconfigToXml(MetadataFixerConfig config, OutputStream dest) static MetadataFixerConfigstatic MetadataFixerResult
-
Method Details
-
defaultConfig
-
configFromValues
-
configFromXml
public static MetadataFixerConfig configFromXml(InputStream source) throws jakarta.xml.bind.JAXBException - Throws:
jakarta.xml.bind.JAXBException
-
configToXml
public static void configToXml(MetadataFixerConfig config, OutputStream dest) throws jakarta.xml.bind.JAXBException - Throws:
jakarta.xml.bind.JAXBException
-
defaultResult
-