org.apache.maven.plugin.checkstyle
Class CheckstyleResults

java.lang.Object
  extended by org.apache.maven.plugin.checkstyle.CheckstyleResults

public class CheckstyleResults
extends Object

Object holding the references to the CheckstyleResults.

Version:
$Id: CheckstyleResults.html 816658 2012-05-08 13:56:19Z hboutemy $
Author:
Joakim Erdfelt

Constructor Summary
CheckstyleResults()
           
 
Method Summary
 com.puppycrawl.tools.checkstyle.api.Configuration getConfiguration()
           
 int getFileCount()
           
 Map getFiles()
           
 List getFileViolations(String file)
           
 long getSeverityCount(List violations, com.puppycrawl.tools.checkstyle.api.SeverityLevel level)
           
 long getSeverityCount(com.puppycrawl.tools.checkstyle.api.SeverityLevel level)
           
 long getSeverityCount(String file, com.puppycrawl.tools.checkstyle.api.SeverityLevel level)
           
 void setConfiguration(com.puppycrawl.tools.checkstyle.api.Configuration configuration)
           
 void setFiles(Map files)
           
 void setFileViolations(String file, List violations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckstyleResults

public CheckstyleResults()
Method Detail

getFileViolations

public List getFileViolations(String file)

setFileViolations

public void setFileViolations(String file,
                              List violations)

getFiles

public Map getFiles()

setFiles

public void setFiles(Map files)

getFileCount

public int getFileCount()

getSeverityCount

public long getSeverityCount(com.puppycrawl.tools.checkstyle.api.SeverityLevel level)

getSeverityCount

public long getSeverityCount(String file,
                             com.puppycrawl.tools.checkstyle.api.SeverityLevel level)

getSeverityCount

public long getSeverityCount(List violations,
                             com.puppycrawl.tools.checkstyle.api.SeverityLevel level)

getConfiguration

public com.puppycrawl.tools.checkstyle.api.Configuration getConfiguration()

setConfiguration

public void setConfiguration(com.puppycrawl.tools.checkstyle.api.Configuration configuration)


Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.