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
IOException
public void endDocument() throws IOException
IOException
public void setFiles(Map<File,PmdFileInfo> files)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.