java.lang.Object
ch.qos.logback.core.rolling.helper.Compressor.CompressionRunnable
-
Field Summary
Fields
(package private) final String
(package private) final String
(package private) final String
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
nameOfFile2Compress
final String nameOfFile2Compress
-
nameOfCompressedFile
final String nameOfCompressedFile
-
-
Constructor Details
-
CompressionRunnable
public CompressionRunnable(String nameOfFile2Compress,
String nameOfCompressedFile,
String innerEntryName)
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable