|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
synergynetframework.appsystem.launcher.distbuilder.CommandLineOptsMaker
public class CommandLineOptsMaker
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 |
---|
public CommandLineOptsMaker()
Method Detail |
---|
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void setArguments(java.lang.String arguments)
arguments
- the new argumentspublic void setClassname(java.lang.String classname)
classname
- the new classnamepublic void setLibdir(java.io.File libdir)
libdir
- the new libdirpublic void setOutfile(java.io.File outfile)
outfile
- the new outfile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |