public class PmdReportGenerator extends Object
| Constructor and Description |
|---|
PmdReportGenerator(Log log,
Sink sink,
ResourceBundle bundle,
boolean aggregate) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginDocument() |
void |
endDocument() |
List<RuleViolation> |
getViolations() |
void |
render() |
void |
setFiles(Map<File,PmdFileInfo> files) |
void |
setViolations(Collection<RuleViolation> violations) |
public PmdReportGenerator(Log log, Sink sink, ResourceBundle bundle, boolean aggregate)
public void setViolations(Collection<RuleViolation> violations)
public List<RuleViolation> getViolations()
public void beginDocument()
public void render()
throws IOException
IOExceptionpublic void endDocument()
throws IOException
IOExceptionpublic void setFiles(Map<File,PmdFileInfo> files)
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.