org.persvr.job
Class InstallStarterFiles

java.lang.Object
  extended by org.persvr.job.InstallStarterFiles
All Implemented Interfaces:
Job

public class InstallStarterFiles
extends java.lang.Object
implements Job


Field Summary
static java.lang.String WEB_INF_FOLDER_NAME
           
 
Constructor Summary
InstallStarterFiles()
           
 
Method Summary
 void execute()
           
 void moveDirectory(java.io.File sourceLocation, java.io.File targetLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEB_INF_FOLDER_NAME

public static final java.lang.String WEB_INF_FOLDER_NAME
See Also:
Constant Field Values
Constructor Detail

InstallStarterFiles

public InstallStarterFiles()
Method Detail

execute

public void execute()
Specified by:
execute in interface Job

moveDirectory

public void moveDirectory(java.io.File sourceLocation,
                          java.io.File targetLocation)