Class GUI2CommandLine


public class GUI2CommandLine extends FindBugsCommandLine
Command line switches/options for GUI2.
  • Field Details

    • fontSize

      private float fontSize
    • fontSizeSpecified

      private boolean fontSizeSpecified
    • priority

      private int priority
    • saveFile

      private File saveFile
  • Constructor Details

    • GUI2CommandLine

      public GUI2CommandLine()
  • Method Details

    • handleOption

      protected void handleOption(String option, String optionExtraPart)
      Description copied from class: CommandLine
      Callback method for handling an option.
      Overrides:
      handleOption in class FindBugsCommandLine
      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
    • handleOptionWithArgument

      protected void handleOptionWithArgument(String option, String argument) throws IOException
      Description copied from class: CommandLine
      Callback method for handling an option with an argument.
      Overrides:
      handleOptionWithArgument in class FindBugsCommandLine
      Parameters:
      option - the option
      argument - the argument
      Throws:
      IOException
    • getFontSize

      public float getFontSize()
    • isFontSizeSpecified

      public boolean isFontSizeSpecified()
    • getPriority

      public int getPriority()
    • getSaveFile

      public File getSaveFile()
    • setSaveFile

      public void setSaveFile(File saveFile)