EDU.purdue.jtb.misc
Class CopyCat
java.lang.Object
EDU.purdue.jtb.misc.CopyCat
public class CopyCat
- extends java.lang.Object
Method Summary |
void |
copy()
|
void |
copy(java.lang.String className,
java.io.File sourcePath,
java.io.File destinationPath)
|
java.io.File |
getInputDir(java.io.File parent,
java.lang.String name)
|
java.io.File |
getInputDir(java.lang.String name)
|
java.io.File |
getOutputDir(java.io.File parent,
java.lang.String name)
|
java.io.File |
getOutputDir(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyCat
public CopyCat()
copy
public void copy()
throws java.io.FileNotFoundException,
java.lang.SecurityException
- Throws:
java.io.FileNotFoundException
java.lang.SecurityException
copy
public void copy(java.lang.String className,
java.io.File sourcePath,
java.io.File destinationPath)
getInputDir
public java.io.File getInputDir(java.lang.String name)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
getInputDir
public java.io.File getInputDir(java.io.File parent,
java.lang.String name)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
getOutputDir
public java.io.File getOutputDir(java.lang.String name)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
getOutputDir
public java.io.File getOutputDir(java.io.File parent,
java.lang.String name)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException