public class GUI2CommandLine extends FindBugsCommandLine
CommandLine.HelpRequestedException
project, projectLoadedFromFile, settingList
Constructor | Description |
---|---|
GUI2CommandLine() |
Modifier and Type | Method | Description |
---|---|---|
float |
getFontSize() |
|
int |
getPriority() |
|
java.io.File |
getSaveFile() |
|
protected void |
handleOption(java.lang.String option,
java.lang.String optionExtraPart) |
Callback method for handling an option.
|
protected void |
handleOptionWithArgument(java.lang.String option,
java.lang.String argument) |
Callback method for handling an option with an argument.
|
boolean |
isFontSizeSpecified() |
|
void |
setSaveFile(java.io.File saveFile) |
addOption, addSwitch, addSwitchWithOptionalExtraPart, expandOptionFiles, getAnalysisOptionProperties, makeOptionUnlisted, parse, parse, printUsage, startOptionGroup
getProject, getSettingList, isProjectLoadedFromFile, loadProject
protected void handleOption(java.lang.String option, java.lang.String optionExtraPart)
CommandLine
handleOption
in class FindBugsCommandLine
option
- the optionoptionExtraPart
- the "extra" part of the option (everything after the colon:
e.g., "withMessages" in "-xml:withMessages"); the empty string
if there was no extra partprotected void handleOptionWithArgument(java.lang.String option, java.lang.String argument) throws java.io.IOException
CommandLine
handleOptionWithArgument
in class FindBugsCommandLine
option
- the optionargument
- the argumentjava.io.IOException
public float getFontSize()
public boolean isFontSizeSpecified()
public int getPriority()
public java.io.File getSaveFile()
public void setSaveFile(java.io.File saveFile)
SpotBugs is licensed under the LGPL.