com.dtolabs.rundeck.core.execution.script
Interface ExecTaskParameterGenerator

All Known Implementing Classes:
ExecTaskParameterGeneratorImpl

public interface ExecTaskParameterGenerator

ExecTaskParameterGenerator is ...


Method Summary
 ExecTaskParameters generate(INodeEntry nodeentry, boolean command, java.io.File scriptfile, java.lang.String[] args)
          Generate the #commandexecutable and #commandargline values.
 

Method Detail

generate

ExecTaskParameters generate(INodeEntry nodeentry,
                            boolean command,
                            java.io.File scriptfile,
                            java.lang.String[] args)
                            throws ExecutionException
Generate the #commandexecutable and #commandargline values.

Parameters:
nodeentry -
command -
scriptfile -
args -
Throws:
ExecutionException - if an error occurs