org.moremotion.cache
Class ZipDeployer

java.lang.Object
  extended by org.moremotion.cache.ZipDeployer
All Implemented Interfaces:
java.lang.Runnable

public class ZipDeployer
extends java.lang.Object
implements java.lang.Runnable

Responsible for unzipping the files with extension *.mmzip found under application root folder and in sub folders. The unpacked files from the zip file is logged in a file on th same directory as the zipfile with extension *.mmzip.unzip.history

Version:
$Id: ZipDeployer.java 51 2008-03-10 11:46:54Z erkan $

Constructor Summary
ZipDeployer()
           
 
Method Summary
 void finalize()
           
 void run()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipDeployer

public ZipDeployer()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

stop

public void stop()

finalize

public void finalize()
Overrides:
finalize in class java.lang.Object


Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.