Package | Description |
---|---|
de.esprit.appsuite.appstore |
These classes implement the Application-Store for remote software installation
|
de.esprit.appsuite.io.archive |
Contains base classes for the archive tools
|
de.esprit.appsuite.io.archive.tar |
Contains classes for TAR archive support
|
de.esprit.appsuite.io.archive.zip |
Contains classes for ZIP archive support
|
Modifier and Type | Method and Description |
---|---|
protected void |
ZipSoftwareExtractor.doOnDirectoryCreated(ArchiveEntry entry,
java.io.File relativeDir) |
protected void |
ZipSoftwareExtractor.doOnFileCreating(ArchiveEntry entry) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArchiveExtractor<C extends ApplicationContext,E extends ArchiveEntry>
This class extracts the content of an archive into a given target-directory.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ArchiveExtractionFilter.accept(ArchiveEntry entry) |
boolean |
ArchiveEntryFilter.accept(ArchiveEntry entry) |
protected void |
ArchiveExtractTask.processEntry(ArchiveEntry entry) |
protected void |
ArchiveListTask.processEntry(ProgressInputStream entryStream,
ArchiveEntry<?> entry) |
Modifier and Type | Class and Description |
---|---|
class |
TarArchiveEntry
This class represents an entry in a TAR archive
|
Modifier and Type | Class and Description |
---|---|
class |
ZipArchiveEntry
This class represents an entry in a ZIP archive
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.