net.sf.colle.ant
Class TaskHelper
java.lang.Object
net.sf.colle.ant.TaskHelper
- class TaskHelper
- extends Object
Common helper methods for ant tasks.
Created: 07 Nov 2004
- Version:
- $Revision: 1.2 $, $Date: 2004/12/01 06:43:45 $
- Author:
- Dwayne Schultz
Method Summary |
(package private) static void |
copyFiles(org.apache.tools.ant.types.Path pxSrcPath,
File pxDestDir,
org.apache.tools.ant.util.FileUtils pxFileUtils,
org.apache.tools.ant.Task pxTask)
|
(package private) static void |
copyJarFile(JarFile pxJar,
JarEntry pxJarEntry,
File pxOut,
org.apache.tools.ant.Task pxTask)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyFiles
static void copyFiles(org.apache.tools.ant.types.Path pxSrcPath,
File pxDestDir,
org.apache.tools.ant.util.FileUtils pxFileUtils,
org.apache.tools.ant.Task pxTask)
throws IOException
- Throws:
IOException
copyJarFile
static void copyJarFile(JarFile pxJar,
JarEntry pxJarEntry,
File pxOut,
org.apache.tools.ant.Task pxTask)
throws IOException
- Throws:
IOException