Package digilib.meta
Interface DirMeta
- All Known Implementing Classes:
CdstarArchiveMeta
,IndexMetaDirMeta
,SimpleDirMeta
public interface DirMeta
Interface for directory-based metadata.
- Author:
- casties
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkMeta
(DocuDirectory dir) check and process metadata for this directory.returns metadata for this directoryvoid
readMeta
(DocuDirectory dir) read and store metadata for this directory.void
setDirMeta
(MetadataMap dirMeta) sets the metadata for this directory.
-
Method Details
-
readMeta
read and store metadata for this directory.- Parameters:
dir
- the DocuDirectory
-
checkMeta
check and process metadata for this directory.- Parameters:
dir
- the DocuDirectory
-
getDirMeta
MetadataMap getDirMeta()returns metadata for this directory- Returns:
- the MetadataMap
-
setDirMeta
sets the metadata for this directory.- Parameters:
dirMeta
- the MetadataMap
-