net.sourceforge.cruisecontrol.logmanipulators
Class GZIPManipulator

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.logmanipulators.BaseManipulator
      extended bynet.sourceforge.cruisecontrol.logmanipulators.GZIPManipulator
All Implemented Interfaces:
Manipulator

public class GZIPManipulator
extends BaseManipulator


Constructor Summary
GZIPManipulator()
           
 
Method Summary
 void execute(java.lang.String logDir)
           
 
Methods inherited from class net.sourceforge.cruisecontrol.logmanipulators.BaseManipulator
getRelevantFiles, setEvery, setUnit, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZIPManipulator

public GZIPManipulator()
Method Detail

execute

public void execute(java.lang.String logDir)