org.sonar.plugins.core.violationssourceviewer.client.model
Class ViolationsByLine

java.lang.Object
  extended by org.sonar.plugins.core.violationssourceviewer.client.model.ViolationsByLine

public class ViolationsByLine
extends java.lang.Object


Constructor Summary
ViolationsByLine()
           
 
Method Summary
 void add(java.lang.Integer line, Violation violation)
           
 java.util.List<java.lang.Integer> getLines()
           
 java.util.List<Violation> getViolations(java.lang.Integer line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViolationsByLine

public ViolationsByLine()
Method Detail

add

public void add(java.lang.Integer line,
                Violation violation)

getViolations

public java.util.List<Violation> getViolations(java.lang.Integer line)

getLines

public java.util.List<java.lang.Integer> getLines()


Copyright © 2008 SonarSource SA. All Rights Reserved.