tml.storage
Class TmlIndexerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by tml.storage.TmlIndexerTask
All Implemented Interfaces:
java.lang.Runnable

public class TmlIndexerTask
extends java.util.TimerTask

Author:
Jorge Villalon

Constructor Summary
TmlIndexerTask(Repository repo)
           
 
Method Summary
 int getMaxFilesToProcess()
           
 java.lang.String getUploadFolder()
           
 void run()
           
 void setMaxFilesToProcess(int maxFilesToProcess)
           
 void setUploadFolder(java.lang.String uploadFolder)
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TmlIndexerTask

public TmlIndexerTask(Repository repo)
Method Detail

getUploadFolder

public java.lang.String getUploadFolder()

setUploadFolder

public void setUploadFolder(java.lang.String uploadFolder)

getMaxFilesToProcess

public int getMaxFilesToProcess()

setMaxFilesToProcess

public void setMaxFilesToProcess(int maxFilesToProcess)

run

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