Uses of Class
digilib.meta.MetadataMap
Packages that use MetadataMap
-
Uses of MetadataMap in digilib.meta
Fields in digilib.meta declared as MetadataMapModifier and TypeFieldDescriptionprotected MetadataMap
IndexMetaFileMeta.fileMeta
protected MetadataMap
SimpleDirMeta.meta
protected MetadataMap
SimpleFileMeta.meta
Fields in digilib.meta with type parameters of type MetadataMapMethods in digilib.meta that return MetadataMapModifier and TypeMethodDescriptionDirMeta.getDirMeta()
returns metadata for this directoryIndexMetaDirMeta.getDirMeta()
SimpleDirMeta.getDirMeta()
FileMeta.getFileMeta()
returns a MetadataMap with metadata for this File.IndexMetaFileMeta.getFileMeta()
SimpleFileMeta.getFileMeta()
protected MetadataMap
IndexMetaAuthLoader.readAccessToMap
(MetadataMap map) Reads access tag into map.protected MetadataMap
IndexMetaAuthLoader.readMetaTag
(MetadataMap map) Read meta tag into map.protected MetadataMap
IndexMetaAuthLoader.readTagToMap
(MetadataMap map) Reads contents of current tag into map with the tag name as key and the content as value.Methods in digilib.meta that return types with arguments of type MetadataMapModifier and TypeMethodDescriptionprotected Map
<String, MetadataMap> IndexMetaDirMeta.getUnresolvedFileMeta()
Load and parse a file (as URI).Load and parse a file (as URI).Deprecated.Methods in digilib.meta with parameters of type MetadataMapModifier and TypeMethodDescriptionprotected MetadataMap
IndexMetaAuthLoader.readAccessToMap
(MetadataMap map) Reads access tag into map.protected MetadataMap
IndexMetaAuthLoader.readMetaTag
(MetadataMap map) Read meta tag into map.protected MetadataMap
IndexMetaAuthLoader.readTagToMap
(MetadataMap map) Reads contents of current tag into map with the tag name as key and the content as value.void
DirMeta.setDirMeta
(MetadataMap dirMeta) sets the metadata for this directory.void
IndexMetaDirMeta.setDirMeta
(MetadataMap dirMeta) void
SimpleDirMeta.setDirMeta
(MetadataMap dirMeta) void
FileMeta.setFileMeta
(MetadataMap fileMeta) set metadata for this file.void
IndexMetaFileMeta.setFileMeta
(MetadataMap fileMeta) void
SimpleFileMeta.setFileMeta
(MetadataMap fileMeta) Method parameters in digilib.meta with type arguments of type MetadataMapModifier and TypeMethodDescriptionprotected void
IndexMetaDirMeta.readFileMeta
(DocuDirectory dir, Map<String, MetadataMap> fileMeta, String relPath) Read metadata for the files in this directory.Constructors in digilib.meta with parameters of type MetadataMapModifierConstructorDescriptionCdstarArchiveMeta
(MetadataMap dirMeta) Creates DirMeta with the given MetadataMap.CdstarFileMeta
(MetadataMap meta) SimpleDirMeta
(MetadataMap meta) SimpleFileMeta
(MetadataMap meta) Creates FileMeta with the given MetadataMap.
IndexMetaLoader.loadUri(URI)
instead