Index

A C D E F H I L M P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

addExcludes(Path...) - Method in class rife.bld.extension.PmdOperation
Adds paths to exclude from the analysis.
addExcludes(Collection<Path>) - Method in class rife.bld.extension.PmdOperation
Adds paths to exclude from the analysis.
addExcludesFiles(File...) - Method in class rife.bld.extension.PmdOperation
Adds paths to exclude from the analysis.
addExcludesFiles(Collection<File>) - Method in class rife.bld.extension.PmdOperation
Adds paths to exclude from the analysis.
addExcludesStrings(String...) - Method in class rife.bld.extension.PmdOperation
Adds paths to exclude from the analysis.
addExcludesStrings(Collection<String>) - Method in class rife.bld.extension.PmdOperation
Adds paths to exclude from the analysis.
addInputPaths(File...) - Method in class rife.bld.extension.PmdOperation
Adds paths to source files or directories containing source files to analyze.
addInputPaths(String...) - Method in class rife.bld.extension.PmdOperation
Adds paths to source files or directories containing source files to analyze.
addInputPaths(Path...) - Method in class rife.bld.extension.PmdOperation
Adds paths to source files or directories containing source files to analyze.\
addInputPaths(Collection<Path>) - Method in class rife.bld.extension.PmdOperation
Adds paths to source files or directories containing source files to analyze.
addInputPathsFiles(Collection<File>) - Method in class rife.bld.extension.PmdOperation
Adds paths to source files or directories containing source files to analyze.
addInputPathsStrings(Collection<String>) - Method in class rife.bld.extension.PmdOperation
Adds paths to source files or directories containing source files to analyze.
addRuleSet(String...) - Method in class rife.bld.extension.PmdOperation
Adds new rule set paths.
addRuleSet(Collection<String>) - Method in class rife.bld.extension.PmdOperation
Adds new rule set paths.

C

cache(File) - Method in class rife.bld.extension.PmdOperation
Sets the location of the cache file for incremental analysis.
cache(String) - Method in class rife.bld.extension.PmdOperation
Sets the location of the cache file for incremental analysis.
cache(Path) - Method in class rife.bld.extension.PmdOperation
Sets the location of the cache file for incremental analysis.
collectFilesRecursively(boolean) - Method in class rife.bld.extension.PmdOperation
When specified, any directory mentioned with inputPaths() will only be searched for files that are direct children.
configurationErrors() - Method in record class rife.bld.extension.pmd.PmdAnalysisResults
Returns the value of the configurationErrors record component.

D

defaultLanguageVersions(Collection<LanguageVersion>) - Method in class rife.bld.extension.PmdOperation
Sets the default language version to be used for all input files.
defaultLanguageVersions(LanguageVersion...) - Method in class rife.bld.extension.PmdOperation
Sets the default language version to be used for all input files.

E

encoding(String) - Method in class rife.bld.extension.PmdOperation
Specifies the character set encoding of the source code files.
encoding(Charset) - Method in class rife.bld.extension.PmdOperation
Specifies the character set encoding of the source code files.
equals(Object) - Method in record class rife.bld.extension.pmd.PmdAnalysisResults
Indicates whether some other object is "equal to" this one.
errors() - Method in record class rife.bld.extension.pmd.PmdAnalysisResults
Returns the value of the errors record component.
excludes() - Method in class rife.bld.extension.PmdOperation
Returns the paths to exclude from the analysis.
excludes(Path...) - Method in class rife.bld.extension.PmdOperation
Sets paths to exclude from the analysis.
excludes(Collection<Path>) - Method in class rife.bld.extension.PmdOperation
Sets paths to exclude from the analysis.
excludesFiles(File...) - Method in class rife.bld.extension.PmdOperation
Sets paths to exclude from the analysis.
excludesFiles(Collection<File>) - Method in class rife.bld.extension.PmdOperation
Sets paths to exclude from the analysis.
excludesStrings(String...) - Method in class rife.bld.extension.PmdOperation
Sets paths to exclude from the analysis.
excludesStrings(Collection<String>) - Method in class rife.bld.extension.PmdOperation
Sets paths to exclude from the analysis.
execute() - Method in class rife.bld.extension.PmdOperation
Performs the PMD code analysis operation.

F

failOnError(boolean) - Method in class rife.bld.extension.PmdOperation
Sets whether the build will exit on recoverable errors.
failOnViolation(boolean) - Method in class rife.bld.extension.PmdOperation
Sets whether the build will continue on violations.
forceLanguageVersion(LanguageVersion) - Method in class rife.bld.extension.PmdOperation
Forces a language to be used for all input files, irrespective of file names.
fromProject(BaseProject) - Method in class rife.bld.extension.PmdOperation
Configures a PMD operation from a BaseProject.

H

hashCode() - Method in record class rife.bld.extension.pmd.PmdAnalysisResults
Returns a hash code value for this object.
hasNoErrors() - Method in record class rife.bld.extension.pmd.PmdAnalysisResults
Checks if the analysis results indicate no errors of any type.

I

ignoreFile(File) - Method in class rife.bld.extension.PmdOperation
Sets the path to the file containing a list of files to ignore, one path per line.
ignoreFile(String) - Method in class rife.bld.extension.PmdOperation
Sets the path to the file containing a list of files to ignore, one path per line.
ignoreFile(Path) - Method in class rife.bld.extension.PmdOperation
Sets the path to the file containing a list of files to ignore, one path per line.
includeLineNumber(boolean) - Method in class rife.bld.extension.PmdOperation
Enables or disables including the line number for the beginning of the violation in the analyzed source file URI.
incrementalAnalysis(boolean) - Method in class rife.bld.extension.PmdOperation
Enables or disables incremental analysis.
initConfiguration(String) - Method in class rife.bld.extension.PmdOperation
Creates a new initialized configuration.
inputPaths() - Method in class rife.bld.extension.PmdOperation
Returns paths to source files or directories containing source files to analyze.
inputPaths(File...) - Method in class rife.bld.extension.PmdOperation
Sets paths to source files or directories containing source files to analyze.
inputPaths(String...) - Method in class rife.bld.extension.PmdOperation
Sets paths to source files or directories containing source files to analyze.
inputPaths(Path...) - Method in class rife.bld.extension.PmdOperation
Sets paths to source files or directories containing source files to analyze.
inputPaths(Collection<Path>) - Method in class rife.bld.extension.PmdOperation
Sets paths to source files or directories containing source files to analyze.
inputPathsFiles(Collection<File>) - Method in class rife.bld.extension.PmdOperation
Sets paths to source files or directories containing source files to analyze.
inputPathsStrings(Collection<String>) - Method in class rife.bld.extension.PmdOperation
Sets paths to source files or directories containing source files to analyze.

L

languageVersions() - Method in class rife.bld.extension.PmdOperation
Returns the default language versions.
languageVersions(Collection<LanguageVersion>) - Method in class rife.bld.extension.PmdOperation
Sets the default language versions.
languageVersions(LanguageVersion...) - Method in class rife.bld.extension.PmdOperation
Sets the default language versions.
LOGGER - Static variable in class rife.bld.extension.PmdOperation
The default logger.

M

minimumPriority(RulePriority) - Method in class rife.bld.extension.PmdOperation
Sets the minimum priority threshold when loading Rules from RuleSets.

P

performPmdAnalysis(String, PMDConfiguration) - Method in class rife.bld.extension.PmdOperation
Performs the PMD analysis with the given config.
PmdAnalysisResults - Record Class in rife.bld.extension.pmd
Represents the results of a PMD analysis, containing various counts related to violations, errors, and rules.
PmdAnalysisResults(int, int, int, int, int, int) - Constructor for record class rife.bld.extension.pmd.PmdAnalysisResults
Creates an instance of a PmdAnalysisResults record class.
PmdOperation - Class in rife.bld.extension
Performs static code analysis with PMD.
PmdOperation() - Constructor for class rife.bld.extension.PmdOperation
 
prependAuxClasspath() - Method in class rife.bld.extension.PmdOperation
Returns the prepended classpath.
prependAuxClasspath(String...) - Method in class rife.bld.extension.PmdOperation
Prepend the specified classpath like string to the current ClassLoader of the configuration.
processingErrors() - Method in record class rife.bld.extension.pmd.PmdAnalysisResults
Returns the value of the processingErrors record component.

R

relativizeRoots() - Method in class rife.bld.extension.PmdOperation
Returns paths to shorten paths that are output in the report.
relativizeRoots(File...) - Method in class rife.bld.extension.PmdOperation
Adds several paths to shorten paths that are output in the report.
relativizeRoots(String...) - Method in class rife.bld.extension.PmdOperation
Adds several paths to shorten paths that are output in the report.
relativizeRoots(Path...) - Method in class rife.bld.extension.PmdOperation
Adds several paths to shorten paths that are output in the report.
relativizeRoots(Collection<Path>) - Method in class rife.bld.extension.PmdOperation
Adds several paths to shorten paths that are output in the report.
relativizeRootsFiles(Collection<File>) - Method in class rife.bld.extension.PmdOperation
Adds several paths to shorten paths that are output in the report.
relativizeRootsStrings(Collection<String>) - Method in class rife.bld.extension.PmdOperation
Adds several paths to shorten paths that are output in the report.
reportFile() - Method in class rife.bld.extension.PmdOperation
Returns the path to the report page.
reportFile(File) - Method in class rife.bld.extension.PmdOperation
Sets the path to the report page.
reportFile(String) - Method in class rife.bld.extension.PmdOperation
Sets the path to the report page.
reportFile(Path) - Method in class rife.bld.extension.PmdOperation
Sets the path to the report page.
reportFormat(String) - Method in class rife.bld.extension.PmdOperation
Sets the output format of the analysis report.
reportProperties(Properties) - Method in class rife.bld.extension.PmdOperation
Sets the Report properties.
rife.bld.extension - package rife.bld.extension
 
rife.bld.extension.pmd - package rife.bld.extension.pmd
 
RULE_SET_DEFAULT - Static variable in class rife.bld.extension.PmdOperation
The default rule set.
rulesChecked() - Method in record class rife.bld.extension.pmd.PmdAnalysisResults
Returns the value of the rulesChecked record component.
ruleSets() - Method in class rife.bld.extension.PmdOperation
Returns the rule set paths.
ruleSets(String...) - Method in class rife.bld.extension.PmdOperation
Sets new rule set paths, disregarding any previous entries.
ruleSets(Collection<String>) - Method in class rife.bld.extension.PmdOperation
Sets new rule set paths, disregarding any previous entries.

S

showSuppressed(boolean) - Method in class rife.bld.extension.PmdOperation
Enables or disables adding the suppressed rule violations to the report.
suppressedMarker(String) - Method in class rife.bld.extension.PmdOperation
Specifies the comment token that marks lines which should be ignored.
suppressedViolations() - Method in record class rife.bld.extension.pmd.PmdAnalysisResults
Returns the value of the suppressedViolations record component.

T

threads(int) - Method in class rife.bld.extension.PmdOperation
Sets the number of threads to be used.
toString() - Method in record class rife.bld.extension.pmd.PmdAnalysisResults
Returns a string representation of this record class.

U

uri(URI) - Method in class rife.bld.extension.PmdOperation
Sets the input URI to process for source code objects.

V

violations() - Method in record class rife.bld.extension.pmd.PmdAnalysisResults
Returns the value of the violations record component.
A C D E F H I L M P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values