| Interface | Description | 
|---|---|
| ArchiveComponentVisitor | 
 Visitor zur Unterscheidung der verschiedenen AbstractArchiveCmponenten. 
 | 
| ArchiveData | 
 Provides the data for an archive file. 
 | 
| ArchiveReader | 
 Reads an archive. 
 | 
| Visitable | 
 Visitable of the Visitor-Pattern. 
 | 
| Class | Description | 
|---|---|
| AbstractArchiveComponent | 
 Represents an element in an archive. 
 | 
| AccessibleAbstractArchiveComponent | 
 Represents an accessible element in an archive. 
 | 
| ArchiveDevNode | 
 Represents a device-node. 
 | 
| ArchiveDirectory | 
 Represents a directory, which should be created in the archive. 
 | 
| ArchiveFile | 
 Represents a file, which should be put in the an archive. 
 | 
| ArchiveSymlink | 
 represents a symbolic link. 
 | 
| CpioArchiveAssertionHelper | |
| CpioArchiveAssertionHelperTest | 
 Tests for the CpioArchiveAssertionHelper. 
 | 
| CPIOArchiveComponentFactory | 
 Helper class, which provides Methods to create the object worlds of ArchiveComponents. 
 | 
| CPIOArchiveComponentVisitor | 
 Implementation of the ArchiveComponentVisitor to create entries in CPIO archives. 
 | 
| CpioArchiveReader | 
 The reader creates a list of CpioArchiveEntrys from a cpio archive. 
 | 
| CPIOArchiveVisitorTest | 
 Tests the CPIOArchiveVisitor. 
 | 
| FileArchiveData | 
 Implementation of ArchiveData, that provides the data, contained in the file. 
 | 
| Fli4LArchiver | 
 The Fli4LArchiver provides Methods to join a list of ArchiveComponents together in a CPIO or TAR
 archive. 
 | 
| Fli4lArchiverTest | |
| Fli4lCompressor | 
 Zustaendig fuer die Komprimierung von Archiven 
 | 
| Fli4lCompressorTest | |
| StringArchiveData | 
 Implementation of ArchiveData, that provides the data, contained in the file. 
 | 
| TarArchiveAssertionHelper | |
| TarArchiveAssertionHelperTest | 
 Tests for the TarArchiveAsserionHelper. 
 | 
| TARArchiveComponentFactory | 
 Helper class, which provides Methods to create the object worlds of ArchiveComponents. 
 | 
| TARArchiveComponentVisitor | 
 Implementation of the ArchiveComponentVisitor to create entries in TAR archives. 
 | 
| TarArchiveReader | 
 The reader creates a list of TarArchiveEntries from a TAR-Archive. 
 | 
| TarArchiveReaderTest | 
 Tests the reader, that creates TarArchiveEntires from a TAR-archive. 
 | 
| TARArchiveVisitorTest | 
 JUnit test cases to test the creation of TAR archive with the  
TARArchiveComponentVisitor. | 
| TestConstants | 
 Collection of path constants for the JUnit-tests. 
 | 
| Exception | Description | 
|---|---|
| EntryNotEqualException | |
| IllegalDeviceTypeException | 
 The IllegalDeviceTypeException should be thrown if a file with an invalid type is to be added to
 an archive. 
 | 
| NoMatchFoundException |