Uses of Interface
org.sonar.ide.api.SourceCode

Packages that use SourceCode
org.sonar.ide.api   
org.sonar.ide.wsclient   
 

Uses of SourceCode in org.sonar.ide.api
 

Methods in org.sonar.ide.api that return SourceCode
 SourceCode SourceCodeSearchEngine.search(String key)
           
 SourceCode SourceCode.setLocalContent(String content)
          HIGHLY EXPERIMENTAL!!!
 

Methods in org.sonar.ide.api that return types with arguments of type SourceCode
 Set<SourceCode> SourceCode.getChildren()
           
 Collection<SourceCode> SourceCodeSearchEngine.getProjects()
           
 

Uses of SourceCode in org.sonar.ide.wsclient
 

Methods in org.sonar.ide.wsclient that return SourceCode
 SourceCode RemoteSonar.search(String key)
           
 

Methods in org.sonar.ide.wsclient that return types with arguments of type SourceCode
 Collection<SourceCode> RemoteSonar.getProjects()
           
 

Methods in org.sonar.ide.wsclient with parameters of type SourceCode
static String RemoteSonarUtils.getUrl(SourceCode sourceCode)
           
 



Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.