Package digilib.meta

Interface DirMeta

All Known Implementing Classes:
CdstarArchiveMeta, IndexMetaDirMeta, SimpleDirMeta

public interface DirMeta
Interface for directory-based metadata.
Author:
casties
  • Method Details

    • readMeta

      void readMeta(DocuDirectory dir)
      read and store metadata for this directory.
      Parameters:
      dir - the DocuDirectory
    • checkMeta

      void checkMeta(DocuDirectory dir)
      check and process metadata for this directory.
      Parameters:
      dir - the DocuDirectory
    • getDirMeta

      MetadataMap getDirMeta()
      returns metadata for this directory
      Returns:
      the MetadataMap
    • setDirMeta

      void setDirMeta(MetadataMap dirMeta)
      sets the metadata for this directory.
      Parameters:
      dirMeta - the MetadataMap