org.codehaus.plexus.archiver.gzip
Class GZipUnArchiver

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.plexus.archiver.AbstractUnArchiver
          extended by org.codehaus.plexus.archiver.gzip.GZipUnArchiver
All Implemented Interfaces:
UnArchiver, org.codehaus.plexus.logging.LogEnabled

public class GZipUnArchiver
extends AbstractUnArchiver

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

Field Summary
 
Fields inherited from interface org.codehaus.plexus.archiver.UnArchiver
ROLE
 
Constructor Summary
GZipUnArchiver()
           
 
Method Summary
protected  void execute()
           
 
Methods inherited from class org.codehaus.plexus.archiver.AbstractUnArchiver
extract, getDestDirectory, getDestFile, getSourceFile, isOverwrite, setDestDirectory, setDestFile, setOverwrite, setSourceFile, validate
 
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

GZipUnArchiver

public GZipUnArchiver()
Method Detail

execute

protected void execute()
                throws ArchiverException,
                       java.io.IOException
Specified by:
execute in class AbstractUnArchiver
Throws:
ArchiverException
java.io.IOException


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