protected static final class AbstractMETSIngester.MdrefManager extends 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 |
|---|---|
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 MetadataValidationException, 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.IOException - if it is returned by services called by this method.METSManifestCopyright © 2014 DuraSpace. All Rights Reserved.