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

java.lang.Object
  extended by ch.qos.logback.core.rolling.helper.AsynchronousCompressor

public class AsynchronousCompressor
extends Object


Constructor Summary
AsynchronousCompressor(Compressor compressor)
           
 
Method Summary
 Future<?> compressAsynchronously(String nameOfFile2Compress, String nameOfCompressedFile, String innerEntryName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchronousCompressor

public AsynchronousCompressor(Compressor compressor)
Method Detail

compressAsynchronously

public Future<?> compressAsynchronously(String nameOfFile2Compress,
                                        String nameOfCompressedFile,
                                        String innerEntryName)


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