Package | Description |
---|---|
de.unirostock.sems.cbarchive | |
de.unirostock.sems.cbarchive.meta |
Modifier and Type | Method and Description |
---|---|
ArchiveEntry |
CombineArchive.addEntry(File baseDir,
File file,
String format)
Adds an entry to the archive.
|
ArchiveEntry |
CombineArchive.addEntry(File baseDir,
File file,
String format,
boolean mainEntry)
Adds an entry to the archive.
|
ArchiveEntry |
CombineArchive.addEntry(File baseDir,
File file,
String format,
OmexDescription description)
Deprecated.
as of version 0.5, replaced by
CombineArchive.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 by
CombineArchive.addEntry(java.io.File,java.io.File,java.lang.String,boolean) |
ArchiveEntry |
CombineArchive.addEntry(File toInsert,
String targetName,
String format)
Adds an entry to the archive.
|
ArchiveEntry |
CombineArchive.addEntry(File toInsert,
String targetName,
String 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()
Gets the main entry of this archive.
|
Modifier and Type | Method and Description |
---|---|
Collection<ArchiveEntry> |
CombineArchive.getEntries()
Retrieves all entries.
|
List<ArchiveEntry> |
CombineArchive.getEntriesWithFormat(String format)
Gets entries sharing a certain format.
|
Iterator<ArchiveEntry> |
CombineArchive.getEnumerator()
Gets the enumerator of entries.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CombineArchive.removeEntry(ArchiveEntry entry)
Removes an entry from the archive.
|
void |
CombineArchive.setMainEntry(ArchiveEntry mainEntry)
Sets the main entry of the archive.
|
Modifier and Type | Method and Description |
---|---|
static int |
MetaDataFile.addAllMetaToEntry(Path file,
ArchiveEntry entry)
Adds all descriptions of a file to a single entry.
|
Modifier and Type | Method and Description |
---|---|
static void |
MetaDataFile.readFile(Path file,
HashMap<String,ArchiveEntry> entries,
CombineArchive archive)
|
static List<File> |
MetaDataFile.writeFile(File baseDir,
HashMap<String,ArchiveEntry> entries,
CombineArchive archive)
|
static List<File> |
MetaDataFile.writeFiles(File baseDir,
HashMap<String,ArchiveEntry> entries,
CombineArchive archive)
|
Copyright © 2014. All rights reserved.