Class Compressor
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.rolling.helper.Compressor
- All Implemented Interfaces:
ContextAware
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
The
Compression class implements ZIP and GZ file
compression/decompression methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFuture<?> asyncCompress(String nameOfFile2Compress, String nameOfCompressedFile, String innerEntryName) Deprecated.voidDeprecated.static StringcomputeFileNameStrWithoutCompSuffix(String fileNamePatternStr, CompressionMode compressionMode) Deprecated.toString()Deprecated.Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Constructor Details
-
Compressor
Deprecated.
-
-
Method Details
-
compress
public void compress(String nameOfFile2Compress, String nameOfCompressedFile, String innerEntryName) Deprecated.- Parameters:
nameOfFile2Compress-nameOfCompressedFile-innerEntryName- The name of the file within the zip file. Use for ZIP compression.
-
computeFileNameStrWithoutCompSuffix
public static String computeFileNameStrWithoutCompSuffix(String fileNamePatternStr, CompressionMode compressionMode) Deprecated. -
toString
Deprecated. -
asyncCompress
public Future<?> asyncCompress(String nameOfFile2Compress, String nameOfCompressedFile, String innerEntryName) throws RolloverFailure Deprecated.- Throws:
RolloverFailure
-