Interface ISubCommand<T>

    • Method Detail

      • getName

        String getName()
        Get sub-command name.
        Returns:
        sub-command name.
      • getArgumentTypes

        ArgumentType[] getArgumentTypes()
        Get arguments of this sub-command.
        Returns:
        arguments of thie sub-command.
      • execute

        T execute​(Context context,
                  String... args)
        Execute sub command.
        Parameters:
        context - Selenese Runner context.
        args - arguments.
        Returns:
        sub command result.