Package jetbrains.buildServer.util
Class ServerAwareTarArchiveExtractor
- java.lang.Object
-
- jetbrains.buildServer.util.impl.CommonsCompressArchiveExtractorBase
-
- jetbrains.buildServer.util.impl.TarArchiveExtractor
-
- jetbrains.buildServer.util.ServerAwareTarArchiveExtractor
-
- All Implemented Interfaces:
TeamCityExtension,ArchiveExtractor
public class ServerAwareTarArchiveExtractor extends TarArchiveExtractor
-
-
Constructor Summary
Constructors Constructor Description ServerAwareTarArchiveExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpostProcessEntry(org.apache.commons.compress.archivers.ArchiveEntry entry, File file, File root)-
Methods inherited from class jetbrains.buildServer.util.impl.TarArchiveExtractor
createReader, getEntitiesUnixPermissions, getSignature, isBZip, isGZip, isSupported, isTar
-
Methods inherited from class jetbrains.buildServer.util.impl.CommonsCompressArchiveExtractorBase
extractFiles, getEntitiesSize
-
-
-
-
Method Detail
-
postProcessEntry
protected void postProcessEntry(@NotNull org.apache.commons.compress.archivers.ArchiveEntry entry, @NotNull File file, @Nullable File root)- Overrides:
postProcessEntryin classTarArchiveExtractor
-
-