synergynetframework.appsystem.launcher.distbuilder
Class DistBuilder

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by synergynetframework.appsystem.launcher.distbuilder.DistBuilder
All Implemented Interfaces:
java.lang.Cloneable

public class DistBuilder
extends org.apache.tools.ant.Task

The Class DistBuilder.


Constructor Summary
DistBuilder()
           
 
Method Summary
 void execute()
           
static void processDirectory(java.io.File root, java.io.File d)
          Process directory.
 void setOutfile(java.io.File outfile)
          Sets the outfile.
 void setSourcedir(java.io.File sourceDir)
          Sets the sourcedir.
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistBuilder

public DistBuilder()
Method Detail

processDirectory

public static void processDirectory(java.io.File root,
                                    java.io.File d)
                             throws java.io.IOException,
                                    java.security.NoSuchAlgorithmException,
                                    org.xml.sax.SAXException
Process directory.

Parameters:
root - the root
d - the d
Throws:
java.io.IOException - Signals that an I/O exception has occurred.
java.security.NoSuchAlgorithmException - the no such algorithm exception
org.xml.sax.SAXException - the SAX exception

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException

setOutfile

public void setOutfile(java.io.File outfile)
Sets the outfile.

Parameters:
outfile - the new outfile

setSourcedir

public void setSourcedir(java.io.File sourceDir)
Sets the sourcedir.

Parameters:
sourceDir - the new sourcedir