synergynetframework.appsystem.launcher.distbuilder
Class CommandLineOptsMaker

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

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

The Class CommandLineOptsMaker.


Constructor Summary
CommandLineOptsMaker()
           
 
Method Summary
 void execute()
           
 void setArguments(java.lang.String arguments)
          Sets the arguments.
 void setClassname(java.lang.String classname)
          Sets the classname.
 void setLibdir(java.io.File libdir)
          Sets the libdir.
 void setOutfile(java.io.File outfile)
          Sets the outfile.
 
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

CommandLineOptsMaker

public CommandLineOptsMaker()
Method Detail

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

setArguments

public void setArguments(java.lang.String arguments)
Sets the arguments.

Parameters:
arguments - the new arguments

setClassname

public void setClassname(java.lang.String classname)
Sets the classname.

Parameters:
classname - the new classname

setLibdir

public void setLibdir(java.io.File libdir)
Sets the libdir.

Parameters:
libdir - the new libdir

setOutfile

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

Parameters:
outfile - the new outfile