Interface | Description |
---|---|
EntryExtractionStrategy |
This interface is implemented by different strategy objects that help the
ArchiveExtractor to extract entries. |
Class | Description |
---|---|
ArchiveExtractor |
This object can be used to extract some or all of the entries from an archive
to a directory.
|
EntryExtractor |
This is the default
EntryExtractionStrategy used by the
ArchiveExtractor . |
ExtractSpecification |
This specification object contains configuration for an extraction operation
by the
ArchiveExtractor . |
PrintingEntryExtractor |
This entry extraction strategy just prints the location and types of the
entries that it encounters to a
PrintStream (System.out , for
instance). |