Package no.difi.asic
Class AsicVerifier
java.lang.Object
no.difi.asic.AsicVerifier
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()no.difi.commons.asic.jaxb.asic.AsicManifestProperty getter for the AsicManifest of the ASiC archive.no.difi.commons.asic.jaxb.opendocument.manifest.ManifestProperty getter for the OpenDocument manifest.
-
Method Details
-
getNextFile
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getAsicManifest
public no.difi.commons.asic.jaxb.asic.AsicManifest getAsicManifest()Property getter for the AsicManifest of the ASiC archive.- Returns:
- value of property.
-
getOasisManifest
public no.difi.commons.asic.jaxb.opendocument.manifest.Manifest getOasisManifest()Property getter for the OpenDocument manifest.- Returns:
- value of property, null if document is not found in container.
-