org.sonar.plugins.api.web.gwt.client.webservices
Class LineViolations

java.lang.Object
  extended by org.sonar.plugins.api.web.gwt.client.webservices.LineViolations

public class LineViolations
extends java.lang.Object


Constructor Summary
LineViolations()
           
 
Method Summary
 void addViolation(Violation violation)
           
 java.lang.String getLevel()
           
 java.util.List<Violation> getViolations()
           
 int getViolationsCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineViolations

public LineViolations()
Method Detail

addViolation

public void addViolation(Violation violation)

getViolationsCount

public int getViolationsCount()

getLevel

public java.lang.String getLevel()

getViolations

public java.util.List<Violation> getViolations()


Copyright © 2009 SonarSource SA. All Rights Reserved.