Index
All Classes and Interfaces|All Packages
A
- ADJUST_EXPERIMENTAL - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Lower priority of experimental Bug Patterns
- ADJUST_PRIORITY - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Adjust priority of warnings for given detectors or bug patterns
- adjustExperimental() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether experimental bug patterns will have their priority lowered.
- adjustExperimental(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Lower priority of experimental Bug Patterns.
- adjustPriorities() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the collection of adjusted priorities.
- adjustPriority(String, int) - Method in class rife.bld.extension.SpotBugsOperation
-
Adjust the priority of warnings for a given detector (simple or fully qualified class name) or bug pattern, or suppress it completely.
- adjustPriority(String, Priority) - Method in class rife.bld.extension.SpotBugsOperation
-
Adjust the priority of warnings for a given detector (simple or fully qualified class name) or bug pattern, or suppress it completely.
- analyze() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the collection of files configured to be analyzed.
- analyze(File...) - Method in class rife.bld.extension.SpotBugsOperation
-
Specifies files to analyze for bugs.
- analyze(String...) - Method in class rife.bld.extension.SpotBugsOperation
-
Specifies files to analyze for bugs.
- analyze(Path...) - Method in class rife.bld.extension.SpotBugsOperation
-
Specifies files to analyze for bugs.
- analyze(Collection<File>) - Method in class rife.bld.extension.SpotBugsOperation
-
Specifies files to analyze for bugs.
- ANALYZE_FROM_FILE - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Get the list of class/jar files from a designated file
- analyzePaths(Collection<Path>) - Method in class rife.bld.extension.SpotBugsOperation
-
Specifies paths to analyze for bugs.
- analyzeStrings(Collection<String>) - Method in class rife.bld.extension.SpotBugsOperation
-
Specifies files to analyze for bugs.
- APPLY_SUPPRESSION - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Exclude any bugs that match suppression filter loaded from fbp file
- applySuppression() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether suppression from filter files is applied.
- applySuppression(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Exclude any bugs that match suppression filter loaded from fbp file.
- AUX_CLASSPATH - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Set aux classpath for analysis
- AUX_CLASSPATH_FROM_FILE - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Read aux classpaths from a designated file
- AUX_CLASSPATH_FROM_INPUT - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Read aux classpath from standard input
- auxClasspath() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the auxiliary classpath used for analysis.
- auxClasspath(String...) - Method in class rife.bld.extension.SpotBugsOperation
-
Set the auxiliary classpath for analysis.
- auxClasspath(Collection<String>) - Method in class rife.bld.extension.SpotBugsOperation
-
Set the auxiliary classpath for analysis.
B
- BUG_CATEGORIES - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Only report bugs in given categories:
-bugCategories cat1[,cat2...] - BUG_REPORTERS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Bug reporter decorators to explicitly enable/disable
- bugCategories() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the configured bug categories to report.
- bugCategories(String...) - Method in class rife.bld.extension.SpotBugsOperation
-
Only report bugs in given categories.
- bugCategories(Collection<String>) - Method in class rife.bld.extension.SpotBugsOperation
-
Only report bugs in given categories.
- bugReporters() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the collection of bug reporter decorators that are enabled/disabled.
- bugReporters(String...) - Method in class rife.bld.extension.SpotBugsOperation
-
Bug reporter decorators to explicitly enable/disable.
- bugReporters(Collection<String>) - Method in class rife.bld.extension.SpotBugsOperation
-
Bug reporter decorators to explicitly enable/disable.
C
- CHOOSE_PLUGINS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Selectively enable/disable plugins:
-choosePlugins +p1,-p2,... - CHOOSE_VISITORS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Selectively enable/disable detectors:
-chooseVisitors +v1,-v2,... - choosePlugins() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the collection of chosen plugin enable/disable decorators.
- choosePlugins(String...) - Method in class rife.bld.extension.SpotBugsOperation
-
Selectively enable/disable plugins.
- choosePlugins(Collection<String>) - Method in class rife.bld.extension.SpotBugsOperation
-
Selectively enable/disable plugins.
- chooseVisitors() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the collection of chosen visitor enable/disable decorators.
- chooseVisitors(String...) - Method in class rife.bld.extension.SpotBugsOperation
-
Selectively enable/disable detectors.
- chooseVisitors(Collection<String>) - Method in class rife.bld.extension.SpotBugsOperation
-
Selectively enable/disable detectors.
- CONSERVE_SPACE - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Same as
-effort:min, for backward compatibility
D
- debug() - Method in class rife.bld.extension.SpotBugsOperation
-
Retrieves the debug state.
- debug(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Sets the debug mode for the SpotBugs operation.
- DEFAULT - Enum constant in enum class rife.bld.extension.spotbugs.Effort
-
The default level that provides the same feature with
Effort.MORE. - detailedMessage() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether detailed messages are enabled.
- detailedMessage(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Sets whether detailed messages should be printed.
- DONT_COMBINE_WARNINGS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Don't combine warnings that differ only in line number
- dontCombineWarnings() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether warnings that differ only by line number are combined.
- dontCombineWarnings(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Don't combine warnings that differ only in line number.
E
- effort() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the configured analysis effort level.
- effort(Effort) - Method in class rife.bld.extension.SpotBugsOperation
-
Set the analysis effort level.
- Effort - Enum Class in rife.bld.extension.spotbugs
-
Specifies changes to the analysis effort level.
- EFFORT - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Set analysis effort level:
-effort:[min|less|default|more|max] - emacs() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the Emacs bug reports file.
- emacs(File) - Method in class rife.bld.extension.SpotBugsOperation
-
Produce the bug reports in Emacs format.
- emacs(String) - Method in class rife.bld.extension.SpotBugsOperation
-
Produce the bug reports in Emacs format.
- emacs(Path) - Method in class rife.bld.extension.SpotBugsOperation
-
Produce the bug reports in Emacs format.
- EMACS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Use emacs reporting format
- exclude() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the configured filter file used to exclude bugs.
- exclude(File) - Method in class rife.bld.extension.SpotBugsOperation
-
Report all bug instances except those matching the filter specified by the filter file.
- exclude(String) - Method in class rife.bld.extension.SpotBugsOperation
-
Report all bug instances except those matching the filter specified by the filter file.
- exclude(Path) - Method in class rife.bld.extension.SpotBugsOperation
-
Report all bug instances except those matching the filter specified by the filter file.
- EXCLUDE - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Exclude bugs matching given filter
- EXCLUDE_BUGS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Exclude bugs that are also reported in the baseline xml output
- excludeBugs() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the exclude file used to exclude bugs.
- excludeBugs(File) - Method in class rife.bld.extension.SpotBugsOperation
-
Exclude bugs that are also reported in the baseline XML output.
- excludeBugs(String) - Method in class rife.bld.extension.SpotBugsOperation
-
Exclude bugs that are also reported in the baseline XML output.
- excludeBugs(Path) - Method in class rife.bld.extension.SpotBugsOperation
-
Exclude bugs that are also reported in the baseline XML output.
- execute() - Method in class rife.bld.extension.SpotBugsOperation
-
Performs the operation.
- executeConstructProcessCommandList() - Method in class rife.bld.extension.SpotBugsOperation
-
Part of the execute operation constructs the command list to use for building the process.
- EXIT_CODE - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Set exit code of process
- experimental() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether experimental bug patterns are included in the report.
- experimental(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Report of any confidence level including experimental bug patterns.
- EXPERIMENTAL - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Report of any confidence level including experimental bug patterns
F
- flag() - Method in enum class rife.bld.extension.spotbugs.SpotBugsFlag
- fromProject(BaseProject) - Method in class rife.bld.extension.SpotBugsOperation
-
Configures the operation from a
BaseProject. - fromProject(BaseProject, boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Configures a compile operation from a
BaseProject.
H
- high() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether only high-priority bugs will be reported.
- high(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Report only high-priority bugs.
- HIGH - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Report only high confidence warnings
- home() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the SpotBugs home directory.
- home(File) - Method in class rife.bld.extension.SpotBugsOperation
-
Specify SpotBugs home directory.
- home(String) - Method in class rife.bld.extension.SpotBugsOperation
-
Specify SpotBugs home directory.
- home(Path) - Method in class rife.bld.extension.SpotBugsOperation
-
Specify SpotBugs home directory.
- HOME - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Specify SpotBugs home directory
- html() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the HTML output file.
- html(File) - Method in class rife.bld.extension.SpotBugsOperation
-
Generate HTML output.
- html(File, String) - Method in class rife.bld.extension.SpotBugsOperation
-
Generate HTML output.
- html(String) - Method in class rife.bld.extension.SpotBugsOperation
-
Generate HTML output.
- html(String, String) - Method in class rife.bld.extension.SpotBugsOperation
-
Generate HTML output.
- html(Path) - Method in class rife.bld.extension.SpotBugsOperation
-
Generate HTML output.
- html(Path, String) - Method in class rife.bld.extension.SpotBugsOperation
-
Generate HTML output.
- HTML - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Generate HTML output:
-html[:stylesheet]
I
- ignoreFailures() - Method in class rife.bld.extension.SpotBugsOperation
-
Return the ignore failures flag.
- ignoreFailures(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Sets the flag to indicate whether failures should be ignored.
- include() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the include filter file.
- include(File) - Method in class rife.bld.extension.SpotBugsOperation
-
Only report bug instances that match the filter specified by filter file.
- include(String) - Method in class rife.bld.extension.SpotBugsOperation
-
Only report bug instances that match the filter specified by filter file.
- include(Path) - Method in class rife.bld.extension.SpotBugsOperation
-
Only report bug instances that match the filter specified by filter file.
- INCLUDE - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Include only bugs matching given filter
- includeLineNumber() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether the line number should be included in source file URIs.
- includeLineNumber(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Enable or disable line number in source file URIs.
J
- JAVA_HOME - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Specify location of JRE
- JVM_ARGS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Pass args to JVM
- jvmArgs() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the collection of JVM arguments configured for the SpotBugs run.
- jvmArgs(String...) - Method in class rife.bld.extension.SpotBugsOperation
-
Specifies arguments to pass to the JVM.
- jvmArgs(Collection<String>) - Method in class rife.bld.extension.SpotBugsOperation
-
Specifies arguments to pass to the JVM.
L
- LESS - Enum constant in enum class rife.bld.extension.spotbugs.Effort
-
The effort level to reduce the computation cost.
- LONG_BUG_CODES - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Report long bug codes
- longBugCodes() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether long bug codes are enabled.
- longBugCodes(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Report long bug codes.
- low() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether all bugs are reported.
- low(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Report all bugs.
- LOW - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Report warnings of any confidence level
- LOWER - Enum constant in enum class rife.bld.extension.spotbugs.Priority
-
Specifies a lowering to the priority level.
M
- MAX - Enum constant in enum class rife.bld.extension.spotbugs.Effort
-
The effort level that maximizes the computation cost.
- MAX_HEAP - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Maximum Java heap size in megabytes
- MAX_RANK - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Only report issues with a bug rank at least as scary as that provided
- maxHeap() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the configured maximum Java heap size in megabytes.
- maxHeap(int) - Method in class rife.bld.extension.SpotBugsOperation
-
Specifies the maximum Java heap size in megabytes.
- maxRank() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the configured maximum bug rank threshold.
- maxRank(int) - Method in class rife.bld.extension.SpotBugsOperation
-
Only report issues with a bug rank at least as scary as that provided.
- medium() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether medium-priority bugs are reported.
- medium(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Report medium and high-priority bugs.
- MEDIUM - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Report only medium and high confidence warnings [default]
- MIN - Enum constant in enum class rife.bld.extension.spotbugs.Effort
-
The effort level to minimize the computation cost.
- MORE - Enum constant in enum class rife.bld.extension.spotbugs.Effort
-
The effort level that uses more computation cost.
N
- nested() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether nested jar/zip scanning is enabled.
- nested(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
This option enables or disables scanning of nested jar and zip files found in the list of files and directories to be analyzed.
- NESTED - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Analyze nested jar/zip archives:
-nested[:true|false] - NO_CLASS_OK - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Output empty warning file if no classes are specified
- noClassOk() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether an empty warning file is allowed when no classes are specified.
- noClassOk(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Output an empty warning file if no classes are specified.
O
- OMIT_VISITORS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Omit named visitors:
-omitVisitors v1[,v2...] - omitVisitors() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the collection of visitors configured to be omitted.
- omitVisitors(String...) - Method in class rife.bld.extension.SpotBugsOperation
-
Omit named visitors.
- omitVisitors(Collection<String>) - Method in class rife.bld.extension.SpotBugsOperation
-
Omit named visitors.
- ONLY_ANALYZE - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Only analyze given classes and packages
- onlyAnalyze() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the collection of analyze-only patterns configured.
- onlyAnalyze(String...) - Method in class rife.bld.extension.SpotBugsOperation
-
Restrict analysis to find bugs to a list of classes and packages.
- onlyAnalyze(Collection<String>) - Method in class rife.bld.extension.SpotBugsOperation
-
Restrict analysis to find bugs to a list of classes and packages.
- output() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the configured XML bug report output file.
- output(File) - Method in class rife.bld.extension.SpotBugsOperation
-
Sets the XML bug report file path.
- output(String) - Method in class rife.bld.extension.SpotBugsOperation
-
Sets the XML bug report file path.
- output(Path) - Method in class rife.bld.extension.SpotBugsOperation
-
Sets the XML bug report file path.
- OUTPUT - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Save output in named file
P
- PLUGIN_LIST - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Specify list of plugin Jar files to load:
-pluginList jar1[:jar2...] - pluginList() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the collection of plugin jar files to load.
- pluginList(String...) - Method in class rife.bld.extension.SpotBugsOperation
-
Specify a list of plugin Jar files to load.
- pluginList(Collection<String>) - Method in class rife.bld.extension.SpotBugsOperation
-
Specify a list of plugin Jar files to load.
- PRINT_CONFIGURATION - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Print configuration and exit, without running analysis
- Priority - Enum Class in rife.bld.extension.spotbugs
-
Specifies changes to the priority level.
- progress() - Method in class rife.bld.extension.SpotBugsOperation
-
Retrieves the current progress setting.
- progress(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Display progress in the terminal window.
- PROGRESS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Display progress in terminal window
- PROJECT - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Analyze given project
- PROJECT_NAME - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Descriptive name of project
- projectName() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the configured descriptive project name.
- projectName(String) - Method in class rife.bld.extension.SpotBugsOperation
-
Descriptive name of the project.
Q
- quiet() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether error messages are suppressed.
- quiet(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Suppress error messages.
- QUIET - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Suppress error messages
R
- RAISE - Enum constant in enum class rife.bld.extension.spotbugs.Priority
-
Specifies a raise to the priority level.
- REANALYZE - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Redo analysis in provided file
- REDO_ANALYSIS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Redo analysis using configuration from previous analysis
- relaxed() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether relaxed reporting mode is enabled.
- relaxed(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Relaxed reporting mode.
- RELAXED - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Relaxed reporting mode (more false positives!)
- release() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the configured release name for the analyzed application.
- release(String) - Method in class rife.bld.extension.SpotBugsOperation
-
Set the release name of the analyzed application.
- RELEASE - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Set the release name of the analyzed application
- rife.bld.extension - package rife.bld.extension
- rife.bld.extension.spotbugs - package rife.bld.extension.spotbugs
-
Provides the SpotBugs enumerations.
S
- sarif() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the SARIF bug reports file.
- sarif(File) - Method in class rife.bld.extension.SpotBugsOperation
-
Produce the bug reports in SARIF 2.1.0.
- sarif(String) - Method in class rife.bld.extension.SpotBugsOperation
-
Produce the bug reports in SARIF 2.1.0.
- sarif(Path) - Method in class rife.bld.extension.SpotBugsOperation
-
Produce the bug reports in SARIF 2.1.0.
- SARIF - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
SARIF 2.1.0 output
- SHOW_PLUGINS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Show list of available detector plugins
- SORT_BY_CLASS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Sort warnings by class
- sortByClass() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether bug instances will be sorted by class name.
- sortByClass(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Sort reported bug instances by class name.
- SOURCE_INFO - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Specify source info file (line numbers for fields/classes)
- SOURCE_PATH - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Set source path for analyzed classes
- sourceInfo() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the source info file containing line numbers for fields/classes.
- sourceInfo(File) - Method in class rife.bld.extension.SpotBugsOperation
-
Specify the source info file (line numbers for fields/classes).
- sourceInfo(String) - Method in class rife.bld.extension.SpotBugsOperation
-
Specify the source info file (line numbers for fields/classes).
- sourceInfo(Path) - Method in class rife.bld.extension.SpotBugsOperation
-
Specify the source info file (line numbers for fields/classes).
- sourcePath() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the source path for analyzed classes.
- sourcePath(File...) - Method in class rife.bld.extension.SpotBugsOperation
-
Set source path for analyzed classes.
- sourcePath(String...) - Method in class rife.bld.extension.SpotBugsOperation
-
Set source path for analyzed classes.
- sourcePath(Path...) - Method in class rife.bld.extension.SpotBugsOperation
-
Set source path for analyzed classes.
- sourcePath(Collection<String>) - Method in class rife.bld.extension.SpotBugsOperation
-
Set the source path for analyzed classes.
- sourcePathFiles(Collection<File>) - Method in class rife.bld.extension.SpotBugsOperation
-
Set source path for analyzed classes.
- sourcePathPaths(Collection<Path>) - Method in class rife.bld.extension.SpotBugsOperation
-
Set the source paths for analyzed classes.
- SpotBugsFlag - Enum Class in rife.bld.extension.spotbugs
-
Command line flags supported by SpotBugs
-textui. - spotBugsJar() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the SpotBugs jar file.
- spotBugsJar(File) - Method in class rife.bld.extension.SpotBugsOperation
-
Sets the SpotBugs jar file.
- spotBugsJar(String) - Method in class rife.bld.extension.SpotBugsOperation
-
Sets the SpotBugs jar file.
- spotBugsJar(Path) - Method in class rife.bld.extension.SpotBugsOperation
-
Sets the SpotBugs jar file.
- SpotBugsOperation - Class in rife.bld.extension
-
Run SpotBugs with the specified arguments.
- SpotBugsOperation() - Constructor for class rife.bld.extension.SpotBugsOperation
- SUPPRESS - Enum constant in enum class rife.bld.extension.spotbugs.Priority
-
Specifies the suppression of the priority level.
T
- TIMESTAMP_NOW - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Set timestamp of results to be current time
- timestampNow() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether the timestamp of results will be set to the current time.
- timestampNow(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Set the timestamp of results to be the current time.
- toString() - Method in enum class rife.bld.extension.spotbugs.SpotBugsFlag
- TRAIN - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Save training data (experimental):
-train[:outputDir]
U
- USE_TRAINING - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Use training data (experimental):
-useTraining[:inputDir] - USER_PREFS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
User preferences file
- userPrefs() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the user preferences file.
- userPrefs(File) - Method in class rife.bld.extension.SpotBugsOperation
-
User preferences file.
- userPrefs(String) - Method in class rife.bld.extension.SpotBugsOperation
-
User preferences file.
- userPrefs(Path) - Method in class rife.bld.extension.SpotBugsOperation
-
User preferences path.
V
- valueOf(String) - Static method in enum class rife.bld.extension.spotbugs.Effort
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.extension.spotbugs.Priority
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class rife.bld.extension.spotbugs.Effort
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.extension.spotbugs.Priority
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERSION - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Print version, check for updates and exit, without running analysis
- visitors() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns the collection of named visitors to run.
- visitors(String...) - Method in class rife.bld.extension.SpotBugsOperation
-
Run only named visitors.
- visitors(Collection<String>) - Method in class rife.bld.extension.SpotBugsOperation
-
Run only named visitors.
- VISITORS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Run only named visitors:
-visitors v1[,v2...]
W
- WORK_HARD - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Ensure analysis effort is at least 'default'
- workHard() - Method in class rife.bld.extension.SpotBugsOperation
-
Returns whether analysis effort should be at least
Effort.DEFAULT. - workHard(boolean) - Method in class rife.bld.extension.SpotBugsOperation
-
Ensure analysis effort is at least
Effort.DEFAULT.
X
- XARGS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
Get list of classfiles/jarfiles from standard input rather than command line
- XDOCS - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
xdoc XML output to use with Apache Maven
- XML - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
XML output:
-xml[:withMessages] - XML_WITH_MESSAGES - Enum constant in enum class rife.bld.extension.spotbugs.SpotBugsFlag
-
XML output with messages:
-xml:withMessages
All Classes and Interfaces|All Packages