Class UnSevenZIPWorker

    • Constructor Detail

      • UnSevenZIPWorker

        public UnSevenZIPWorker()
    • Method Detail

      • isAcceptedByFilters

        protected boolean isAcceptedByFilters​(org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry entry)
        This method returns true when a given seven zip entry shall be extracted otherwise false. ArchiveEntryFilters decide if a file shalle be excluded from the extraction process or not. If one applied Filter doesn't accept a seven zip entry it will not be extracted from the archive.
        Parameters:
        entry - The archive entry of the seven zip archive.
        Returns:
        if the file is accepted and therefore extracted from the archive.