Class ListBugDatabaseInfo.ListBugDatabaseInfoCommandLine

java.lang.Object
edu.umd.cs.findbugs.config.CommandLine
edu.umd.cs.findbugs.workflow.ListBugDatabaseInfo.ListBugDatabaseInfoCommandLine
Enclosing class:
ListBugDatabaseInfo

static class ListBugDatabaseInfo.ListBugDatabaseInfoCommandLine extends CommandLine
  • Field Details

    • formatDates

      boolean formatDates
  • Constructor Details

    • ListBugDatabaseInfoCommandLine

      ListBugDatabaseInfoCommandLine()
  • Method Details

    • handleOption

      public void handleOption(String option, String optionalExtraPart)
      Description copied from class: CommandLine
      Callback method for handling an option.
      Specified by:
      handleOption in class CommandLine
      Parameters:
      option - the option
      optionalExtraPart - the "extra" part of the option (everything after the colon: e.g., "withMessages" in "-xml:withMessages"); the empty string if there was no extra part
    • handleOptionWithArgument

      public void handleOptionWithArgument(String option, String argument)
      Description copied from class: CommandLine
      Callback method for handling an option with an argument.
      Specified by:
      handleOptionWithArgument in class CommandLine
      Parameters:
      option - the option
      argument - the argument