|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.rundeck.core.execution.script.ExecTaskParameterGeneratorImpl
public class ExecTaskParameterGeneratorImpl
This class takes the input objects, and synthesizes the executable string and arguments string for the Ant Exec task
Constructor Summary | |
---|---|
ExecTaskParameterGeneratorImpl()
Create the generator |
Method Summary | |
---|---|
ExecTaskParameters |
generate(INodeEntry nodeentry,
boolean command,
java.io.File scriptfile,
java.lang.String[] args)
Generate the #commandexecutable and #commandargline values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecTaskParameterGeneratorImpl()
Method Detail |
---|
public ExecTaskParameters generate(INodeEntry nodeentry, boolean command, java.io.File scriptfile, java.lang.String[] args) throws ExecutionException
ExecTaskParameterGenerator
#commandexecutable
and #commandargline
values.
generate
in interface ExecTaskParameterGenerator
nodeentry
- command
- scriptfile
- args
-
ExecutionException
- if an error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |