ch.qos.logback.core.rolling.helper
Class CompressionRunnable

java.lang.Object
  extended by ch.qos.logback.core.rolling.helper.CompressionRunnable
All Implemented Interfaces:
Runnable

public class CompressionRunnable
extends Object
implements Runnable


Constructor Summary
CompressionRunnable(Compressor compressor, String nameOfFile2Compress, String nameOfCompressedFile, String innerEntryName)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompressionRunnable

public CompressionRunnable(Compressor compressor,
                           String nameOfFile2Compress,
                           String nameOfCompressedFile,
                           String innerEntryName)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2005-2013 QOS.ch. All Rights Reserved.