protected final class AbstractInternalMETSIngester.MdrefManager extends Object implements org.dspace.content.packager.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 |
|---|---|
InputStream |
getInputStream(org.jdom.Element mdref)
Make the contents of an external resource mentioned in an
mdRef element available as an InputStream. |
public InputStream getInputStream(org.jdom.Element mdref) throws org.dspace.content.crosswalk.MetadataValidationException, IOException
mdRef element available as an InputStream.
See the METSManifest.MdRef interface for details.getInputStream in interface org.dspace.content.packager.METSManifest.Mdrefmdref - the METS mdRef element to locate the input for.org.dspace.content.crosswalk.MetadataValidationExceptionIOExceptionMETSManifestCopyright © 2016 DuraSpace. All rights reserved.