Interface ScriptCommand

    • Method Detail

      • readScript

        String readScript()
        Returns:
        Filtered script representing this command.
      • isApplicable

        boolean isApplicable()
        Method used for checking if script command can be applied - if it has all needed parameters set.
        Returns:
        True if script command can be applied with existing parameters.