public class ExecTaskParameterGeneratorImpl extends java.lang.Object implements ExecTaskParameterGenerator
Constructor and Description |
---|
ExecTaskParameterGeneratorImpl()
Create the generator
|
Modifier and Type | Method and Description |
---|---|
ExecTaskParameters |
generate(INodeEntry nodeentry,
boolean command,
java.io.File scriptfile,
java.lang.String[] args) |
public ExecTaskParameterGeneratorImpl()
public ExecTaskParameters generate(INodeEntry nodeentry, boolean command, java.io.File scriptfile, java.lang.String[] args) throws ExecutionException
generate
in interface ExecTaskParameterGenerator
nodeentry
- nodecommand
- true if the args are a commandscriptfile
- file to executeargs
- command or scriptfile argsExecutionException
- if an error occurs