Package edu.umd.cs.findbugs.workflow
Class RebornIssues.CommandLine
- java.lang.Object
-
- edu.umd.cs.findbugs.config.CommandLine
-
- edu.umd.cs.findbugs.workflow.RebornIssues.CommandLine
-
- Enclosing class:
- RebornIssues
static class RebornIssues.CommandLine extends CommandLine
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.umd.cs.findbugs.config.CommandLine
CommandLine.HelpRequestedException
-
-
Constructor Summary
Constructors Constructor Description CommandLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleOption(java.lang.String option, java.lang.String optionalExtraPart)Callback method for handling an option.voidhandleOptionWithArgument(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
-
-
-
-
Method Detail
-
handleOption
public void handleOption(java.lang.String option, java.lang.String optionalExtraPart)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
public void handleOptionWithArgument(java.lang.String option, java.lang.String argument)Description copied from class:CommandLineCallback method for handling an option with an argument.- Specified by:
handleOptionWithArgumentin classCommandLine- Parameters:
option- the optionargument- the argument
-
-