Package | Description |
---|---|
archive |
Modifier and Type | Class and Description |
---|---|
class |
CPIOArchiveComponentVisitor
Implementation of the ArchiveComponentVisitor to create entries in CPIO archives.
|
class |
TARArchiveComponentVisitor
Implementation of the ArchiveComponentVisitor to create entries in TAR archives.
|
Modifier and Type | Field and Description |
---|---|
private ArchiveComponentVisitor |
CPIOArchiveVisitorTest.visitor
the CPIOVisitor, which creates the output archive.
|
private ArchiveComponentVisitor |
TARArchiveVisitorTest.visitor
the visitor to create the TAR archives.
|
Modifier and Type | Method and Description |
---|---|
void |
ArchiveDevNode.accept(ArchiveComponentVisitor visitor) |
void |
ArchiveDirectory.accept(ArchiveComponentVisitor visitor) |
void |
ArchiveFile.accept(ArchiveComponentVisitor visitor) |
void |
ArchiveSymlink.accept(ArchiveComponentVisitor visitor) |
void |
Visitable.accept(ArchiveComponentVisitor visitor)
calls back to the appropriate handle-method.
|
private void |
Fli4LArchiver.createArchive(ArchiveComponentVisitor visitor,
java.util.List<AbstractArchiveComponent> archiveComponents)
Creates an archive with the specified type archiveType.
|