org.kuali.ole.workflow
Class WorfklowFileHandler

java.lang.Object
  extended by org.kuali.ole.workflow.WorfklowFileHandler

public class WorfklowFileHandler
extends Object

User: peris Date: 12/16/12 Time: 8:17 AM


Constructor Summary
WorfklowFileHandler()
           
 
Method Summary
 void execute()
          This method is the main method that copies the xml files from the srouce directory to the destination directory.
 File getDestDir()
           
 String getTempDir()
           
 String getWorkflowXMLDestDir()
           
 String getWorkflowXMLSrcDir()
           
 void setWorkflowXMLDestDir(String workflowXMLDestDir)
           
 void setWorkflowXMLSrcDir(String workflowXMLSrcDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorfklowFileHandler

public WorfklowFileHandler()
Method Detail

execute

public void execute()
This method is the main method that copies the xml files from the srouce directory to the destination directory. This takes the relative path from WEB-INF/classes directory and hence the soruce should be present under the directory. The destination can be anywhere in the file system and has to be an absolute path.


getDestDir

public File getDestDir()

getTempDir

public String getTempDir()

getWorkflowXMLSrcDir

public String getWorkflowXMLSrcDir()

setWorkflowXMLSrcDir

public void setWorkflowXMLSrcDir(String workflowXMLSrcDir)

getWorkflowXMLDestDir

public String getWorkflowXMLDestDir()

setWorkflowXMLDestDir

public void setWorkflowXMLDestDir(String workflowXMLDestDir)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.