Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
E
F
G
H
I
M
O
P
R
S
T
A
AbstractPmdReport
- Class in
org.apache.maven.plugin.pmd
Base class for the PMD reports.
AbstractPmdReport()
- Constructor for class org.apache.maven.plugin.pmd.
AbstractPmdReport
AbstractPmdViolationCheckMojo
- Class in
org.apache.maven.plugin.pmd
Base class for mojos that check if there were any PMD violations.
AbstractPmdViolationCheckMojo()
- Constructor for class org.apache.maven.plugin.pmd.
AbstractPmdViolationCheckMojo
aggregate
- Variable in class org.apache.maven.plugin.pmd.
AbstractPmdReport
Whether to build an aggregated report at the root, or build individual reports.
aggregate
- Variable in class org.apache.maven.plugin.pmd.
AbstractPmdViolationCheckMojo
Whether to build an aggregated report at the root, or build individual reports.
B
beginDocument()
- Method in class org.apache.maven.plugin.pmd.
CpdReportGenerator
Method that generates the start of the CPD report.
beginDocument()
- Method in class org.apache.maven.plugin.pmd.
PmdReportListener
beginFile(File, PmdFileInfo)
- Method in class org.apache.maven.plugin.pmd.
PmdReportListener
C
canGenerateReport()
- Method in class org.apache.maven.plugin.pmd.
AbstractPmdReport
constructXRefLocation(boolean)
- Method in class org.apache.maven.plugin.pmd.
AbstractPmdReport
CpdReport
- Class in
org.apache.maven.plugin.pmd
Creates a report for PMD's CPD tool.
CpdReport()
- Constructor for class org.apache.maven.plugin.pmd.
CpdReport
CpdReportGenerator
- Class in
org.apache.maven.plugin.pmd
Class that generated the CPD report.
CpdReportGenerator(Sink, Map, ResourceBundle, boolean)
- Constructor for class org.apache.maven.plugin.pmd.
CpdReportGenerator
CpdViolationCheckMojo
- Class in
org.apache.maven.plugin.pmd
Fail the build if there were any CPD violations in the source code.
CpdViolationCheckMojo()
- Constructor for class org.apache.maven.plugin.pmd.
CpdViolationCheckMojo
createRenderer()
- Method in class org.apache.maven.plugin.pmd.
CpdReport
Create and return the correct renderer for the output type.
createRenderer()
- Method in class org.apache.maven.plugin.pmd.
PmdReport
Create and return the correct renderer for the output type.
E
endDocument()
- Method in class org.apache.maven.plugin.pmd.
PmdReportListener
endFile(File)
- Method in class org.apache.maven.plugin.pmd.
PmdReportListener
execute()
- Method in class org.apache.maven.plugin.pmd.
CpdViolationCheckMojo
execute()
- Method in class org.apache.maven.plugin.pmd.
HelpMojo
execute()
- Method in class org.apache.maven.plugin.pmd.
PmdViolationCheckMojo
executeCheck(String, String, String, int)
- Method in class org.apache.maven.plugin.pmd.
AbstractPmdViolationCheckMojo
executeReport(Locale)
- Method in class org.apache.maven.plugin.pmd.
CpdReport
executeReport(Locale)
- Method in class org.apache.maven.plugin.pmd.
PmdReport
F
format
- Variable in class org.apache.maven.plugin.pmd.
AbstractPmdReport
Set the output format type, in addition to the HTML report.
G
generate(Iterator)
- Method in class org.apache.maven.plugin.pmd.
CpdReportGenerator
Method that generates the contents of the CPD report
getDescription(Locale)
- Method in class org.apache.maven.plugin.pmd.
CpdReport
getDescription(Locale)
- Method in class org.apache.maven.plugin.pmd.
PmdReport
getErrorDetails(XmlPullParser)
- Method in class org.apache.maven.plugin.pmd.
AbstractPmdViolationCheckMojo
Gets the attributes and text for the violation tag and puts them in a HashMap
getErrorDetails(XmlPullParser)
- Method in class org.apache.maven.plugin.pmd.
CpdViolationCheckMojo
Gets the attributes and text for the violation tag and puts them in a HashMap
getErrorDetails(XmlPullParser)
- Method in class org.apache.maven.plugin.pmd.
PmdViolationCheckMojo
Gets the attributes and text for the violation tag and puts them in a HashMap
getFilesToProcess()
- Method in class org.apache.maven.plugin.pmd.
AbstractPmdReport
Convenience method to get the list of files where the PMD tool will be executed
getLocationTemp(String)
- Method in class org.apache.maven.plugin.pmd.
PmdReport
Convenience method to get the location of the specified file name.
getName(Locale)
- Method in class org.apache.maven.plugin.pmd.
CpdReport
getName(Locale)
- Method in class org.apache.maven.plugin.pmd.
PmdReport
getOutputDirectory()
- Method in class org.apache.maven.plugin.pmd.
AbstractPmdReport
getOutputEncoding()
- Method in class org.apache.maven.plugin.pmd.
AbstractPmdReport
Gets the effective reporting output files encoding.
getOutputName()
- Method in class org.apache.maven.plugin.pmd.
CpdReport
getOutputName()
- Method in class org.apache.maven.plugin.pmd.
PmdReport
getPMD()
- Method in class org.apache.maven.plugin.pmd.
PmdReport
Constructs the PMD class, passing it an argument that configures the target JDK.
getProject()
- Method in class org.apache.maven.plugin.pmd.
AbstractPmdReport
getProject()
- Method in class org.apache.maven.plugin.pmd.
PmdFileInfo
getSiteRenderer()
- Method in class org.apache.maven.plugin.pmd.
AbstractPmdReport
getSourceDirectory()
- Method in class org.apache.maven.plugin.pmd.
PmdFileInfo
getSourceEncoding()
- Method in class org.apache.maven.plugin.pmd.
AbstractPmdReport
getXrefLocation()
- Method in class org.apache.maven.plugin.pmd.
PmdFileInfo
H
HelpMojo
- Class in
org.apache.maven.plugin.pmd
Display help information on maven-pmd-plugin.
HelpMojo()
- Constructor for class org.apache.maven.plugin.pmd.
HelpMojo
I
includeTests
- Variable in class org.apache.maven.plugin.pmd.
AbstractPmdReport
Run PMD on the tests.
isHtml()
- Method in class org.apache.maven.plugin.pmd.
AbstractPmdReport
M
metricAdded(Metric)
- Method in class org.apache.maven.plugin.pmd.
PmdReportListener
O
org.apache.maven.plugin.pmd
- package org.apache.maven.plugin.pmd
outputDirectory
- Variable in class org.apache.maven.plugin.pmd.
AbstractPmdReport
The output directory for the final HTML report.
P
PmdFileInfo
- Class in
org.apache.maven.plugin.pmd
PmdFileInfo(MavenProject, File, String)
- Constructor for class org.apache.maven.plugin.pmd.
PmdFileInfo
PmdReport
- Class in
org.apache.maven.plugin.pmd
Creates a PMD report.
PmdReport()
- Constructor for class org.apache.maven.plugin.pmd.
PmdReport
PmdReportListener
- Class in
org.apache.maven.plugin.pmd
Handle events from PMD, converting them into Doxia events.
PmdReportListener(Sink, ResourceBundle, boolean)
- Constructor for class org.apache.maven.plugin.pmd.
PmdReportListener
PmdViolationCheckMojo
- Class in
org.apache.maven.plugin.pmd
Fail the build if there were any PMD violations in the source code.
PmdViolationCheckMojo()
- Constructor for class org.apache.maven.plugin.pmd.
PmdViolationCheckMojo
printError(Map, String)
- Method in class org.apache.maven.plugin.pmd.
AbstractPmdViolationCheckMojo
Formats the failure details and prints them as an INFO message
printError(Map, String)
- Method in class org.apache.maven.plugin.pmd.
CpdViolationCheckMojo
Formats the failure details and prints them as an INFO message
printError(Map, String)
- Method in class org.apache.maven.plugin.pmd.
PmdViolationCheckMojo
Formats the failure details and prints them as an INFO message
printErrors(List, List)
- Method in class org.apache.maven.plugin.pmd.
AbstractPmdViolationCheckMojo
Prints the warnings and failures
project
- Variable in class org.apache.maven.plugin.pmd.
AbstractPmdReport
The project to analyse.
project
- Variable in class org.apache.maven.plugin.pmd.
AbstractPmdViolationCheckMojo
The project to analyze.
R
reactorProjects
- Variable in class org.apache.maven.plugin.pmd.
AbstractPmdReport
The projects in the reactor for aggregation report.
ruleViolationAdded(IRuleViolation)
- Method in class org.apache.maven.plugin.pmd.
PmdReportListener
S
setRulesets(String[])
- Method in class org.apache.maven.plugin.pmd.
PmdReport
T
targetDirectory
- Variable in class org.apache.maven.plugin.pmd.
AbstractPmdReport
The output directory for the intermediate XML report.
A
B
C
E
F
G
H
I
M
O
P
R
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2005-2011
The Apache Software Foundation
. All Rights Reserved.