Uses of Class
de.unirostock.sems.cbarchive.ArchiveEntry
-
Packages that use ArchiveEntry Package Description de.unirostock.sems.cbarchive de.unirostock.sems.cbarchive.meta -
-
Uses of ArchiveEntry in de.unirostock.sems.cbarchive
Methods in de.unirostock.sems.cbarchive that return ArchiveEntry Modifier and Type Method Description ArchiveEntry
CombineArchive. addEntry(File baseDir, File file, String format)
Deprecated.as of version 0.9, replaced byCombineArchive.addEntry(java.io.File,java.io.File,java.net.URI)
ArchiveEntry
CombineArchive. addEntry(File baseDir, File file, String format, boolean mainEntry)
Deprecated.as of version 0.9, replaced byCombineArchive.addEntry(java.io.File,java.io.File,java.net.URI,boolean)
ArchiveEntry
CombineArchive. addEntry(File baseDir, File file, String format, OmexDescription description)
Deprecated.as of version 0.5, replaced byCombineArchive.addEntry(java.io.File,java.io.File,java.lang.String)
ArchiveEntry
CombineArchive. addEntry(File baseDir, File file, String format, OmexDescription description, boolean mainEntry)
Deprecated.as of version 0.5, replaced byCombineArchive.addEntry(java.io.File,java.io.File,java.lang.String,boolean)
ArchiveEntry
CombineArchive. addEntry(File baseDir, File file, URI format)
Adds an entry to the archive.ArchiveEntry
CombineArchive. addEntry(File baseDir, File file, URI format, boolean mainEntry)
Adds an entry to the archive.ArchiveEntry
CombineArchive. addEntry(File toInsert, String targetName, String format)
Deprecated.as of version 0.9, replaced byCombineArchive.addEntry(java.io.File,java.lang.String,java.net.URI)
ArchiveEntry
CombineArchive. addEntry(File toInsert, String targetName, String format, boolean mainEntry)
Deprecated.as of version 0.9, replaced byCombineArchive.addEntry(java.io.File,java.lang.String,java.net.URI,boolean)
ArchiveEntry
CombineArchive. addEntry(File toInsert, String targetName, URI format)
Adds an entry to the archive.ArchiveEntry
CombineArchive. addEntry(File toInsert, String targetName, URI format, boolean mainEntry)
Adds an entry to the archive.ArchiveEntry
CombineArchive. getEntry(String location)
Retrieves an entry stored at a specified location.ArchiveEntry
CombineArchive. getEntryByLocation(String location)
Retireves an entry by its location.ArchiveEntry
CombineArchive. getMainEntry()
Deprecated.as of version 0.8.2, replaced byCombineArchive.getMainEntries()
ArchiveEntry
CombineArchive. replaceFile(File toInsert, ArchiveEntry oldEntry)
Replace the file associated with a certain entry while keeping the meta data.Methods in de.unirostock.sems.cbarchive that return types with arguments of type ArchiveEntry Modifier and Type Method Description Collection<ArchiveEntry>
CombineArchive. getEntries()
Retrieves all entries.List<ArchiveEntry>
CombineArchive. getEntriesWithFormat(URI format)
Gets entries sharing a certain format.Iterator<ArchiveEntry>
CombineArchive. getEnumerator()
Gets the enumerator of entries.List<ArchiveEntry>
CombineArchive. getMainEntries()
Gets the main entries as defined in the archive.Methods in de.unirostock.sems.cbarchive with parameters of type ArchiveEntry Modifier and Type Method Description void
CombineArchive. addMainEntry(ArchiveEntry mainEntry)
Adds an entry to the list of main entries in this archive.boolean
CombineArchive. removeEntry(ArchiveEntry entry)
Removes an entry from the archive.void
CombineArchive. removeMainEntry(ArchiveEntry entry)
Removes an entry from the list of main entries.ArchiveEntry
CombineArchive. replaceFile(File toInsert, ArchiveEntry oldEntry)
Replace the file associated with a certain entry while keeping the meta data.void
CombineArchive. setMainEntry(ArchiveEntry mainEntry)
Sets a main entry of the archive. -
Uses of ArchiveEntry in de.unirostock.sems.cbarchive.meta
Methods in de.unirostock.sems.cbarchive.meta with parameters of type ArchiveEntry Modifier and Type Method Description static int
MetaDataFile. addAllMetaToEntry(Path file, ArchiveEntry entry)
Adds all descriptions of a file to a single entry, assuming all are about this file (ignoring the actual about!).Method parameters in de.unirostock.sems.cbarchive.meta with type arguments of type ArchiveEntry Modifier and Type Method Description static void
MetaDataFile. readFile(Path file, HashMap<String,ArchiveEntry> entries, CombineArchive archive, MetaDataHolder metaMetaHolder, List<Path> metaDataFiles, boolean continueOnError, List<String> errors)
static List<File>
MetaDataFile. writeFile(File baseDir, HashMap<String,ArchiveEntry> entries, CombineArchive archive, MetaDataHolder metaMetaHolder)
static List<File>
MetaDataFile. writeFiles(File baseDir, HashMap<String,ArchiveEntry> entries, CombineArchive archive, MetaDataHolder metaMetaHolder)
-