org.mevenide.reports
Class CheckstyleResult.Violation

java.lang.Object
  extended by org.mevenide.reports.CheckstyleResult.Violation
Enclosing class:
CheckstyleResult

public static class CheckstyleResult.Violation
extends java.lang.Object


Method Summary
 java.lang.String getColumn()
           
 java.io.File getFile()
           
 java.lang.String getLine()
           
 java.lang.String getMessage()
           
 java.lang.String getSeverity()
           
 java.lang.String getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLine

public java.lang.String getLine()

getFile

public java.io.File getFile()

getColumn

public java.lang.String getColumn()

getMessage

public java.lang.String getMessage()

getSeverity

public java.lang.String getSeverity()

getSource

public java.lang.String getSource()


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