org.shept.util
Class JarResourceCopier

java.lang.Object
  extended by org.shept.util.JarResourceCopier
All Implemented Interfaces:
ResourceInitializer

public class JarResourceCopier
extends Object
implements ResourceInitializer

Author:
Andi

Field Summary
private  String[] files
           
protected static org.apache.commons.logging.Log logger
          Logger that is available to subclasses
private  String sourcePath
           
private  String targetPath
           
 
Constructor Summary
JarResourceCopier()
           
 
Method Summary
 String[] getFiles()
           
 String getSourcePath()
           
 String getTargetPath()
           
 void initializeResources(javax.servlet.ServletContext context)
           
 void setFiles(String[] files)
           
 void setSourcePath(String sourcePath)
           
 void setTargetPath(String targetPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.apache.commons.logging.Log logger
Logger that is available to subclasses


sourcePath

private String sourcePath

targetPath

private String targetPath

files

private String[] files
Constructor Detail

JarResourceCopier

public JarResourceCopier()
Method Detail

initializeResources

public void initializeResources(javax.servlet.ServletContext context)
Specified by:
initializeResources in interface ResourceInitializer

getSourcePath

public String getSourcePath()
Returns:
the sourcePath

setSourcePath

public void setSourcePath(String sourcePath)
Parameters:
sourcePath - the sourcePath to set

getTargetPath

public String getTargetPath()
Returns:
the targetPath

setTargetPath

public void setTargetPath(String targetPath)
Parameters:
targetPath - the targetPath to set

getFiles

public String[] getFiles()
Returns:
the files

setFiles

public void setFiles(String[] files)
Parameters:
files - the files to set


Copyright © 2011. All Rights Reserved.