org.codehaus.plexus.archiver.gzip
Class GZipCompressor

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.plexus.archiver.util.Compressor
          extended by org.codehaus.plexus.archiver.gzip.GZipCompressor
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled

public class GZipCompressor
extends Compressor

Version:
$Revision: 2436 $ $Date: 2005-09-01 13:20:41 -0400 (Thu, 01 Sep 2005) $

Constructor Summary
GZipCompressor()
           
 
Method Summary
protected  void compress()
          perform the GZip compression operation.
 
Methods inherited from class org.codehaus.plexus.archiver.util.Compressor
compressFile, execute, getDestFile, getSourceFile, setDestFile, setSourceFile
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZipCompressor

public GZipCompressor()
Method Detail

compress

protected void compress()
                 throws ArchiverException
perform the GZip compression operation.

Specified by:
compress in class Compressor
Throws:
ArchiverException


Copyright 2001-2001-2006 Codehaus. All Rights Reserved.