org.mevenide.reports
Class CheckstyleResult

java.lang.Object
  extended by org.mevenide.reports.CheckstyleResult

public final class CheckstyleResult
extends java.lang.Object

Class encapsulating the result of checkstyle report. Reads the raw checkstyle report and makes it accessible from code. Assumes the report file is present. Was done against 3.4 version of checkstyle report

Author:
Milos Kleint (mkleint@codehaus.org)

Nested Class Summary
static class CheckstyleResult.Violation
           
 
Constructor Summary
CheckstyleResult(org.mevenide.context.IQueryContext con)
          Creates a new instance of CheckstyleResult
 
Method Summary
 java.io.File[] getFiles()
           
 java.util.List getViolationsForFile(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckstyleResult

public CheckstyleResult(org.mevenide.context.IQueryContext con)
Creates a new instance of CheckstyleResult

Method Detail

getFiles

public java.io.File[] getFiles()

getViolationsForFile

public java.util.List getViolationsForFile(java.io.File file)


Copyright © 2003-2005 The Codehaus. All Rights Reserved.