Package org.siouan.frontendgradleplugin.core.archivers
Provides archiving components.
- Since:
- 1.1.3
-
Interface Summary Interface Description Archiver Interface of a component capable to process archives.ArchiverFactory Interface of a component capable to build instances of archiver. -
Class Summary Class Description AbstractArchiver<C extends org.siouan.frontendgradleplugin.core.archivers.ArchiverContext,E extends org.siouan.frontendgradleplugin.core.archivers.ArchiveEntry> Base class of an archiver.ArchiverFactoryImpl Factory that builds/provides archivers using an internal map based on filename extensions. -
Exception Summary Exception Description ArchiverException Exception thrown when an archiver fails.SlipAttackException Exception thrown when an archive contains an entry that would cause writing out of the target directory (e.gUnsupportedEntryException Exception thrown when an archive contains an entry that cannot be extracted by an archiver.