org.mevenide.reports
Class PmdResult.Violation

java.lang.Object
  extended byorg.mevenide.reports.PmdResult.Violation
Enclosing class:
PmdResult

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


Method Summary
 java.io.File getFile()
           
 java.lang.String getLine()
           
 java.lang.String getViolationId()
           
 java.lang.String getViolationText()
           
 
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()

getViolationId

public java.lang.String getViolationId()

getFile

public java.io.File getFile()

getViolationText

public java.lang.String getViolationText()


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