Class ListBugDatabaseInfo.ListBugDatabaseInfoCommandLine
java.lang.Object
edu.umd.cs.findbugs.config.CommandLine
edu.umd.cs.findbugs.workflow.ListBugDatabaseInfo.ListBugDatabaseInfoCommandLine
- Enclosing class:
ListBugDatabaseInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class CommandLine
CommandLine.HelpRequestedException -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleOption(String option, String optionalExtraPart) Callback method for handling an option.voidhandleOptionWithArgument(String option, String argument) Callback method for handling an option with an argument.Methods inherited from class CommandLine
addOption, addSwitch, addSwitchWithOptionalExtraPart, expandOptionFiles, getAnalysisOptionProperties, makeOptionUnlisted, parse, parse, printUsage, startOptionGroup
-
Field Details
-
formatDates
boolean formatDates
-
-
Constructor Details
-
ListBugDatabaseInfoCommandLine
ListBugDatabaseInfoCommandLine()
-
-
Method Details
-
handleOption
Description copied from class:CommandLineCallback method for handling an option.- Specified by:
handleOptionin classCommandLine- Parameters:
option- the optionoptionalExtraPart- 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
Description copied from class:CommandLineCallback method for handling an option with an argument.- Specified by:
handleOptionWithArgumentin classCommandLine- Parameters:
option- the optionargument- the argument
-