Interface GeneratedScript

  • All Known Subinterfaces:
    FileExtensionGeneratedScript
    All Known Implementing Classes:
    GeneratedScriptBuilder

    public interface GeneratedScript
    GeneratedScript represents either a script and arguments, or a single command to execute on a remote system
    • Method Detail

      • getScript

        java.lang.String getScript()
        Return the script to execute
        Returns:
        the script
      • getArgs

        java.lang.String[] getArgs()
        Return arguments to the script
        Returns:
        the args
      • getCommand

        java.lang.String[] getCommand()
        Return the command to execute
        Returns:
        the command