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 ArchiveEntryCombineArchive. 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)ArchiveEntryCombineArchive. 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)ArchiveEntryCombineArchive. 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)ArchiveEntryCombineArchive. 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)ArchiveEntryCombineArchive. addEntry(File baseDir, File file, URI format)Adds an entry to the archive.ArchiveEntryCombineArchive. addEntry(File baseDir, File file, URI format, boolean mainEntry)Adds an entry to the archive.ArchiveEntryCombineArchive. 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)ArchiveEntryCombineArchive. 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)ArchiveEntryCombineArchive. addEntry(File toInsert, String targetName, URI format)Adds an entry to the archive.ArchiveEntryCombineArchive. addEntry(File toInsert, String targetName, URI format, boolean mainEntry)Adds an entry to the archive.ArchiveEntryCombineArchive. getEntry(String location)Retrieves an entry stored at a specified location.ArchiveEntryCombineArchive. getEntryByLocation(String location)Retireves an entry by its location.ArchiveEntryCombineArchive. getMainEntry()Deprecated.as of version 0.8.2, replaced byCombineArchive.getMainEntries()ArchiveEntryCombineArchive. 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 voidCombineArchive. addMainEntry(ArchiveEntry mainEntry)Adds an entry to the list of main entries in this archive.booleanCombineArchive. removeEntry(ArchiveEntry entry)Removes an entry from the archive.voidCombineArchive. removeMainEntry(ArchiveEntry entry)Removes an entry from the list of main entries.ArchiveEntryCombineArchive. replaceFile(File toInsert, ArchiveEntry oldEntry)Replace the file associated with a certain entry while keeping the meta data.voidCombineArchive. 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 intMetaDataFile. 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 voidMetaDataFile. 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)
-