Liferay 6.0.5

com.liferay.portal.kernel.deploy.auto
Class AutoDeployDir

java.lang.Object
  extended by com.liferay.portal.kernel.deploy.auto.AutoDeployDir

public class AutoDeployDir
extends Object


Field Summary
static String DEFAULT_NAME
           
 
Constructor Summary
AutoDeployDir(String name, File deployDir, File destDir, long interval, int blacklistThreshold, List<AutoDeployListener> autoDeployListeners)
           
 
Method Summary
 int getBlacklistThreshold()
           
 File getDeployDir()
           
 File getDestDir()
           
 long getInterval()
           
 List<AutoDeployListener> getListeners()
           
 String getName()
           
protected  void processFile(File file)
           
 void registerListener(AutoDeployListener listener)
           
protected  void scanDirectory()
           
 void start()
           
 void stop()
           
 void unregisterListener(AutoDeployListener autoDeployListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NAME

public static final String DEFAULT_NAME
See Also:
Constant Field Values
Constructor Detail

AutoDeployDir

public AutoDeployDir(String name,
                     File deployDir,
                     File destDir,
                     long interval,
                     int blacklistThreshold,
                     List<AutoDeployListener> autoDeployListeners)
Method Detail

getBlacklistThreshold

public int getBlacklistThreshold()

getDeployDir

public File getDeployDir()

getDestDir

public File getDestDir()

getInterval

public long getInterval()

getListeners

public List<AutoDeployListener> getListeners()

getName

public String getName()

registerListener

public void registerListener(AutoDeployListener listener)

start

public void start()

stop

public void stop()

unregisterListener

public void unregisterListener(AutoDeployListener autoDeployListener)

processFile

protected void processFile(File file)

scanDirectory

protected void scanDirectory()

Liferay 6.0.5