Interface IServerCommand

    • Method Detail

      • isApplicable

        boolean isApplicable​(java.lang.String cmd)
        Tests if applicable.
        Parameters:
        cmd -
        Returns:
        True, if applicable.
      • execute

        java.lang.String execute​(java.lang.String cmd,
                                 java.lang.String[] args,
                                 IConnectedHost connectedhost)
        Executes the command.
        Parameters:
        cmd - The command string.
        args - The arguments.
        connectedhost - The connection.
        Returns:
        The response.