Snapper 1.1 API

org.enhydra.snapperPreviewer.business
Class DeleterImpl

java.lang.Object
  extended by org.enhydra.snapperPreviewer.business.DeleterImpl
All Implemented Interfaces:
java.lang.Runnable, SiteList

public class DeleterImpl
extends java.lang.Object
implements SiteList

Author:
Milin Radivoj

Field Summary
static boolean stop
           
 
Constructor Summary
DeleterImpl()
           
 
Method Summary
 Site findSiteByName(java.lang.String name)
           
 DocumentGroup getDefaultDocumentGroup()
           
 Site[] getList()
           
 void init(java.lang.String confFilePath, java.lang.String documentGroupConfFilePath)
           
 void run()
           
 void stopThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stop

public static boolean stop
Constructor Detail

DeleterImpl

public DeleterImpl()
Method Detail

getList

public Site[] getList()
Specified by:
getList in interface SiteList

findSiteByName

public Site findSiteByName(java.lang.String name)
Specified by:
findSiteByName in interface SiteList

getDefaultDocumentGroup

public DocumentGroup getDefaultDocumentGroup()
Specified by:
getDefaultDocumentGroup in interface SiteList

init

public void init(java.lang.String confFilePath,
                 java.lang.String documentGroupConfFilePath)
Specified by:
init in interface SiteList

run

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

stopThread

public void stopThread()
Specified by:
stopThread in interface SiteList

Snapper 1.1 API