public interface GeneratedScript
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getArgs()
Return arguments to the script
|
java.lang.String[] |
getCommand()
Return the command to execute
|
java.lang.String |
getScript()
Return the script to execute
|