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
static class SetBugDatabaseInfo.SetInfoCommandLine extends CommandLine
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.umd.cs.findbugs.config.CommandLine
CommandLine.HelpRequestedException
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
exclusionFilterFile
(package private) java.lang.String
lastVersion
(package private) java.lang.String
projectName
(package private) boolean
purgeClassStats
(package private) boolean
purgeMissingClasses
(package private) boolean
purgeStats
(package private) boolean
resetProject
(package private) boolean
resetSource
(package private) java.lang.String
revisionName
(package private) long
revisionTimestamp
java.util.List<java.lang.String>
searchSourcePaths
java.util.List<java.lang.String>
sourcePaths
(package private) boolean
withMessages
-
Constructor Summary
Constructors Constructor Description SetInfoCommandLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.-
Methods inherited from class edu.umd.cs.findbugs.config.CommandLine
addOption, addSwitch, addSwitchWithOptionalExtraPart, expandOptionFiles, getAnalysisOptionProperties, makeOptionUnlisted, parse, parse, printUsage, startOptionGroup
-
-
-
-
Field Detail
-
revisionName
java.lang.String revisionName
-
projectName
java.lang.String projectName
-
exclusionFilterFile
java.lang.String exclusionFilterFile
-
lastVersion
java.lang.String lastVersion
-
withMessages
boolean withMessages
-
purgeStats
boolean purgeStats
-
purgeClassStats
boolean purgeClassStats
-
purgeMissingClasses
boolean purgeMissingClasses
-
resetSource
boolean resetSource
-
resetProject
boolean resetProject
-
revisionTimestamp
long revisionTimestamp
-
sourcePaths
public java.util.List<java.lang.String> sourcePaths
-
searchSourcePaths
public java.util.List<java.lang.String> searchSourcePaths
-
-
Method Detail
-
handleOption
protected void handleOption(java.lang.String option, java.lang.String optionExtraPart) throws java.io.IOException
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:
java.io.IOException
-
handleOptionWithArgument
protected void handleOptionWithArgument(java.lang.String option, java.lang.String argument) throws java.io.IOException
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:
java.io.IOException
-
-