Class PrintingBugReporter.PrintingCommandLine

java.lang.Object
edu.umd.cs.findbugs.config.CommandLine
edu.umd.cs.findbugs.PrintingBugReporter.PrintingCommandLine
Enclosing class:
PrintingBugReporter

class PrintingBugReporter.PrintingCommandLine extends CommandLine
  • Field Details

    • stylesheet

      private String stylesheet
    • maxRank

      private int maxRank
    • summarizeMaxRank

      private int summarizeMaxRank
    • project

      private final Project project
    • setExitCode

      private boolean setExitCode
  • Constructor Details

    • PrintingCommandLine

      public PrintingCommandLine()
  • Method Details

    • getProject

      @Nonnull public Project getProject()
    • handleOption

      protected void handleOption(String option, String optionExtraPart) throws IOException
      Description copied from class: CommandLine
      Callback method for handling an option.
      Specified by:
      handleOption in class CommandLine
      Parameters:
      option - the option
      optionExtraPart - 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
      Throws:
      IOException
    • handleOptionWithArgument

      protected void handleOptionWithArgument(String option, String argument) throws IOException
      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
      Throws:
      IOException