org.gnu6.moves
Class zip

java.lang.Object
  |
  +--org.gnu6.six.move
        |
        +--org.gnu6.moves.zip
All Implemented Interfaces:
java.lang.Runnable

public class zip
extends org.gnu6.six.move

DESCRIPTION:
It zips file "file" and puts it into "archive" directory attaching a date stamp to the file name.
MANDATORY PARAMETERS:
file, archive
OPTIONAL PARAMETERS:
none
EXAMPLE:
 <move name="zip" />
       <parameter name="file" value="/usr/local/gnu6/projects/&project;/inproc/&project;_ack.dat" />
       <parameter name="archive" value="/usr/local/gnu6/projects/&project;/archive" />
 </move>
 


Field Summary
 
Fields inherited from class org.gnu6.six.move
currentState, myInstance, myName, myThreadGroup, parameters, thisThread
 
Constructor Summary
zip()
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.gnu6.six.move
activeCount, amIsuspended, enumerateThreadGroups, enumerateThreads, getLogFile, getLogStatus, getName, getParameters, getParent, getState, interrupt, interruptAll, isAlive, isItSuspended, join, resume, setAlive, setDaemon, setInstance, setLogFile, setLogStatus, setName, setParameters, setParent, setState, setThread, setThreadGroup, sleep, start, stop, stopAll, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

zip

public zip()
Method Detail

run

public void run()