Class UnTARWorker

    • Constructor Detail

      • UnTARWorker

        public UnTARWorker()
    • Method Detail

      • isAcceptedByFilters

        protected boolean isAcceptedByFilters​(org.apache.commons.compress.archivers.tar.TarArchiveEntry entry)
        This method returns true when a given tar 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 tar archive entry it will not be extracted from the archive.
        Parameters:
        entry - The archive entry of the tar archive.
        Returns:
        if the file is accepted and therefore extracted from the archive.