Class AbstractMETSDisseminator.MdStreamCache

  • Enclosing class:
    AbstractMETSDisseminator

    protected static class AbstractMETSDisseminator.MdStreamCache
    extends Object
    Wrapper for a table of streams to add to the package, such as mdRef'd metadata. Key is relative pathname of file, value is InputStream with contents to put in it. Some superclasses will put streams in this table when adding an mdRef element to e.g. a rightsMD segment.
    • Field Detail

      • extraFiles

        protected Map<edu.harvard.hul.ois.mets.MdRef,​InputStream> extraFiles
    • Constructor Detail

      • MdStreamCache

        protected MdStreamCache()