org.shept.util
public class JarResourceCopier extends Object implements ResourceInitializer
| Modifier and Type | Field and Description |
|---|---|
private String[] |
files |
protected static org.apache.commons.logging.Log |
logger
Logger that is available to subclasses
|
private String |
sourcePath |
private String |
targetPath |
| Constructor and Description |
|---|
JarResourceCopier() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getFiles() |
String |
getSourcePath() |
String |
getTargetPath() |
void |
initializeResources(javax.servlet.ServletContext context) |
void |
setFiles(String[] files) |
void |
setSourcePath(String sourcePath) |
void |
setTargetPath(String targetPath) |
protected static final org.apache.commons.logging.Log logger
private String sourcePath
private String targetPath
private String[] files
public void initializeResources(javax.servlet.ServletContext context)
initializeResources in interface ResourceInitializerpublic String getSourcePath()
public void setSourcePath(String sourcePath)
sourcePath - the sourcePath to setpublic String getTargetPath()
public void setTargetPath(String targetPath)
targetPath - the targetPath to setpublic String[] getFiles()
public void setFiles(String[] files)
files - the files to setCopyright © 2014. All Rights Reserved.