Package digilib.meta
Interface DirMeta
- All Known Implementing Classes:
- CdstarArchiveMeta,- IndexMetaDirMeta,- SimpleDirMeta
public interface DirMeta
Interface for directory-based metadata.
- Author:
- casties
- 
Method SummaryModifier and TypeMethodDescriptionvoidcheckMeta(DocuDirectory dir) check and process metadata for this directory.returns metadata for this directoryvoidreadMeta(DocuDirectory dir) read and store metadata for this directory.voidsetDirMeta(MetadataMap dirMeta) sets the metadata for this directory.
- 
Method Details- 
readMetaread and store metadata for this directory.- Parameters:
- dir- the DocuDirectory
 
- 
checkMetacheck and process metadata for this directory.- Parameters:
- dir- the DocuDirectory
 
- 
getDirMetaMetadataMap getDirMeta()returns metadata for this directory- Returns:
- the MetadataMap
 
- 
setDirMetasets the metadata for this directory.- Parameters:
- dirMeta- the MetadataMap
 
 
-