protected static final class AbstractMETSIngester.MdrefManager extends java.lang.Object implements METSManifest.Mdref
mdRef element in a Zipped up METS manifest.
Initialize it with the Content (ORIGINAL) Bundle containing all of the metadata bitstreams. Match an mdRef by finding the bitstream with the same name.
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream(org.jdom.Element mdref)
Make the contents of an external resource mentioned in an
mdRef element available as an InputStream. |
public java.io.InputStream getInputStream(org.jdom.Element mdref)
throws MetadataValidationException,
java.io.IOException
mdRef element available as an InputStream.
See the METSManifest.MdRef interface for details.getInputStream in interface METSManifest.Mdrefmdref - the METS mdRef element to locate the input for.MetadataValidationException - if the mdRef is unacceptable or missing required information.java.io.IOException - if it is returned by services called by this method.METSManifestCopyright © 2018 DuraSpace. All Rights Reserved.