org.shept.util
Class JarResourceCopier
java.lang.Object
org.shept.util.JarResourceCopier
- All Implemented Interfaces:
- ResourceInitializer
public class JarResourceCopier
- extends Object
- implements ResourceInitializer
- Author:
- Andi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
JarResourceCopier
public JarResourceCopier()
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.