|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.plexus.archiver.util.Compressor
org.codehaus.plexus.archiver.gzip.GZipCompressor
public class GZipCompressor
Constructor Summary | |
---|---|
GZipCompressor()
|
Method Summary | |
---|---|
void |
close()
subclasses must implement this method to cleanup after compression this is public so the process of compression and closing can be dealt with separately. |
void |
compress()
perform the GZip compression operation. |
Methods inherited from class org.codehaus.plexus.archiver.util.Compressor |
---|
compress, compressFile, execute, getDestFile, getSource, getSourceFile, setDestFile, setSource, 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 |
---|
public GZipCompressor()
Method Detail |
---|
public void compress() throws ArchiverException
compress
in class Compressor
ArchiverException
public void close()
Compressor
close
in class Compressor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |