public class GUI2CommandLine extends FindBugsCommandLine
CommandLine.HelpRequestedExceptionproject, projectLoadedFromFile, settingList| Constructor and Description |
|---|
GUI2CommandLine() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDocking() |
float |
getFontSize() |
int |
getPriority() |
File |
getSaveFile() |
protected void |
handleOption(String option,
String optionExtraPart)
Callback method for handling an option.
|
protected void |
handleOptionWithArgument(String option,
String argument)
Callback method for handling an option with an argument.
|
boolean |
isFontSizeSpecified() |
void |
setDocking(boolean docking) |
void |
setSaveFile(File saveFile) |
getProject, getSettingList, isProjectLoadedFromFile, loadProjectaddOption, addSwitch, addSwitchWithOptionalExtraPart, expandOptionFiles, getAnalysisOptionProperties, makeOptionUnlisted, parse, parse, printUsage, startOptionGroupprotected void handleOption(String option, String optionExtraPart)
CommandLinehandleOption in class FindBugsCommandLineoption - 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(String option, String argument) throws IOException
CommandLinehandleOptionWithArgument in class FindBugsCommandLineoption - the optionargument - the argumentIOExceptionpublic float getFontSize()
public boolean isFontSizeSpecified()
public boolean getDocking()
public void setDocking(boolean docking)
public int getPriority()
public File getSaveFile()
public void setSaveFile(File saveFile)
Copyright © 2003–2015. All rights reserved.