Index
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.
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.
- 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
.
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.
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.
- 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.
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
- RULE_SET_DEFAULT - Static variable in class rife.bld.extension.PmdOperation
-
The default rule set.
- 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.
T
- threads(int) - Method in class rife.bld.extension.PmdOperation
-
Sets the number of threads to be used.
U
- uri(URI) - Method in class rife.bld.extension.PmdOperation
-
Sets the input URI to process for source code objects.
All Classes and Interfaces|All Packages|Constant Field Values