Class RejarClassesForAnalysis.RejarClassesForAnalysisCommandLine
java.lang.Object
edu.umd.cs.findbugs.config.CommandLine
edu.umd.cs.findbugs.workflow.RejarClassesForAnalysis.RejarClassesForAnalysisCommandLine
- Enclosing class:
RejarClassesForAnalysis
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class(package private) static classNested classes/interfaces inherited from class CommandLine
CommandLine.HelpRequestedException -
Field Summary
FieldsModifier and TypeFieldDescription(package private) RejarClassesForAnalysis.RejarClassesForAnalysisCommandLine.PrefixMatcher(package private) boolean(package private) long(package private) int(package private) boolean(package private) File(package private) RejarClassesForAnalysis.RejarClassesForAnalysisCommandLine.PrefixMatcher -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandleOption(String option, String optionExtraPart) Callback method for handling an option.protected voidhandleOptionWithArgument(String option, String argument) Callback method for handling an option with an argument.(package private) booleanMethods inherited from class CommandLine
addOption, addSwitch, addSwitchWithOptionalExtraPart, expandOptionFiles, getAnalysisOptionProperties, makeOptionUnlisted, parse, parse, printUsage, startOptionGroup
-
Field Details
-
prefix
-
exclude
-
excludePatterns
-
maxClasses
int maxClasses -
maxAge
long maxAge -
inputFileList
-
auxFileList
-
onlyAnalyze
boolean onlyAnalyze -
ignoreTimestamps
boolean ignoreTimestamps -
outputDir
File outputDir
-
-
Constructor Details
-
RejarClassesForAnalysisCommandLine
RejarClassesForAnalysisCommandLine()
-
-
Method Details
-
handleOption
Description copied from class:CommandLineCallback method for handling an option.- Specified by:
handleOptionin 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:CommandLineCallback method for handling an option with an argument.- Specified by:
handleOptionWithArgumentin classCommandLine- Parameters:
option- the optionargument- the argument- Throws:
IOException
-
skip
-