Module openj9.dtfj

Interface ICommand

    • Method Detail

      • recognises

        boolean recognises​(String command,
                           Context context)
        Method used by the DDR Interactive engine to decide whether this command matches the command passed in by the user
        Parameters:
        command - Command string entered by user. e.g. !j9x
        context - Current DDRInteractive context
        Returns:
        True if this command object can process the supplied command (in which case the DDR engine will then call run())
      • getCommandDescriptions

        Collection<String> getCommandDescriptions()
        Returns:
        Strings to be inserted in !j9help output
      • getCommandNames

        Collection<String> getCommandNames()
        Returns:
        Strings containing command names