org.sonar.ide.shared.coverage
Class CoverageLine

java.lang.Object
  extended by org.sonar.ide.shared.coverage.CoverageLine

public class CoverageLine
extends Object

Since:
0.2

Constructor Summary
protected CoverageLine(Integer line, String hits, String branchHits)
           
 
Method Summary
 String getBranchHits()
           
 String getHits()
           
 Integer getLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoverageLine

protected CoverageLine(Integer line,
                       String hits,
                       String branchHits)
Method Detail

getLine

public Integer getLine()

getHits

public String getHits()

getBranchHits

public String getBranchHits()


Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.