org.sonar.ide.api
Interface SourceCode

All Superinterfaces:
Comparable<SourceCode>, Measurable

public interface SourceCode
extends Comparable<SourceCode>, Measurable

Since:
0.2

Method Summary
 Set<SourceCode> getChildren()
           
 String getKey()
           
 String getName()
           
 String getRemoteContent()
           
 SourceCode setLocalContent(String content)
          HIGHLY EXPERIMENTAL!!!
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.sonar.ide.api.Measurable
getCoverage, getDuplications, getMeasures, getViolations, getViolations2
 

Method Detail

getKey

String getKey()

getName

String getName()

getChildren

Set<SourceCode> getChildren()

getRemoteContent

String getRemoteContent()
Returns:
content, which was analyzed by Sonar

setLocalContent

SourceCode setLocalContent(String content)
HIGHLY EXPERIMENTAL!!!

Parameters:
content - content of this resource
Returns:
this (for method chaining)


Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.