Package edu.umd.cs.findbugs.workflow
Class SetBugDatabaseInfo.SetInfoCommandLine
java.lang.Object
edu.umd.cs.findbugs.config.CommandLine
edu.umd.cs.findbugs.workflow.SetBugDatabaseInfo.SetInfoCommandLine
- Enclosing class:
SetBugDatabaseInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.umd.cs.findbugs.config.CommandLine
CommandLine.HelpRequestedException
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String
(package private) String
(package private) String
(package private) boolean
(package private) boolean
(package private) boolean
(package private) boolean
(package private) boolean
(package private) String
(package private) long
(package private) boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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.Methods inherited from class edu.umd.cs.findbugs.config.CommandLine
addOption, addSwitch, addSwitchWithOptionalExtraPart, expandOptionFiles, getAnalysisOptionProperties, makeOptionUnlisted, parse, parse, printUsage, startOptionGroup
-
Field Details
-
revisionName
String revisionName -
projectName
String projectName -
exclusionFilterFile
String exclusionFilterFile -
lastVersion
String lastVersion -
withMessages
boolean withMessages -
purgeStats
boolean purgeStats -
purgeClassStats
boolean purgeClassStats -
purgeMissingClasses
boolean purgeMissingClasses -
resetSource
boolean resetSource -
resetProject
boolean resetProject -
revisionTimestamp
long revisionTimestamp -
sourcePaths
-
searchSourcePaths
-
-
Constructor Details
-
SetInfoCommandLine
SetInfoCommandLine()
-
-
Method Details
-
handleOption
Description copied from class:CommandLine
Callback method for handling an option.- Specified by:
handleOption
in classCommandLine
- Parameters:
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 part- Throws:
IOException
-
handleOptionWithArgument
Description copied from class:CommandLine
Callback method for handling an option with an argument.- Specified by:
handleOptionWithArgument
in classCommandLine
- Parameters:
option
- the optionargument
- the argument- Throws:
IOException
-