Class HelpConfig

Object
HelpConfig

public final class HelpConfig extends Object
Configuration for help messages in the launcher.
  • Constructor Details

    • HelpConfig

      public HelpConfig(String commandName, String firstArgument)
      Creates a new HelpConfig instance.
      Parameters:
      commandName - The application command as described in the help message.
      firstArgument - The application's first argument as described in the help message.
  • Method Details

    • getCommandName

      public String getCommandName()
      The application command as described in the help message.
    • getFirstArgument

      public String getFirstArgument()
      The application's first argument as described in the help message.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object