Class HelpCommand

java.lang.Object
org.jboss.forge.roaster.HelpCommand
All Implemented Interfaces:
CommandRunner

public class HelpCommand extends Object implements CommandRunner
Runner for the 'help' command. This command will print the usage of the this and all other commands to System.out.
  • Constructor Details

    • HelpCommand

      public HelpCommand()
  • Method Details

    • run

      public void run(List<String> args)
      Description copied from interface: CommandRunner
      Starts the evaluation and execution of a command.
      Specified by:
      run in interface CommandRunner
      Parameters:
      args - the command line arguments as a List