org.jboss.portal.common.ant
Class Implode
java.lang.Object
Task
org.jboss.portal.common.ant.Implode
public class Implode
- extends Task
- Version:
- $Revision: 7228 $
- Author:
- Julien Viet
Method Summary |
void |
execute()
|
byte[] |
implode(java.io.File f)
|
void |
implode(java.io.File f,
java.lang.String path,
java.util.jar.JarOutputStream out)
|
void |
setDir(java.io.File dir)
|
void |
setTofile(java.io.File tofile)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Implode
public Implode()
setDir
public void setDir(java.io.File dir)
setTofile
public void setTofile(java.io.File tofile)
execute
public void execute()
throws BuildException
- Throws:
BuildException
implode
public byte[] implode(java.io.File f)
throws java.io.IOException
- Throws:
java.io.IOException
implode
public void implode(java.io.File f,
java.lang.String path,
java.util.jar.JarOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException