org.sonar.ide.shared.coverage
Class CoverageUtils

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

public final class CoverageUtils
extends Object


Field Summary
static String BRANCH_COVERAGE_HITS_DATA_KEY
           
static String COVERAGE_LINE_HITS_DATA_KEY
           
 
Method Summary
static Map<Integer,String> unmarshall(String data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COVERAGE_LINE_HITS_DATA_KEY

public static final String COVERAGE_LINE_HITS_DATA_KEY
See Also:
Constant Field Values

BRANCH_COVERAGE_HITS_DATA_KEY

public static final String BRANCH_COVERAGE_HITS_DATA_KEY
See Also:
Constant Field Values
Method Detail

unmarshall

public static Map<Integer,String> unmarshall(String data)


Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.