org.mevenide.reports
Class FindbugsResult.Violation

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

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


Method Summary
 java.lang.String getClassName()
           
 java.lang.String getLine()
           
 java.lang.String getMessage()
           
 java.lang.String getPriority()
           
 java.lang.String getType()
           
 void setType(java.lang.String type)
           
 
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()

getClassName

public java.lang.String getClassName()

getMessage

public java.lang.String getMessage()

getPriority

public java.lang.String getPriority()

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)


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