Uses of Class
org.sonar.wsclient.services.SourceQuery

Packages that use SourceQuery
org.sonar.wsclient.services   
 

Uses of SourceQuery in org.sonar.wsclient.services
 

Methods in org.sonar.wsclient.services that return SourceQuery
static SourceQuery SourceQuery.create(String resourceKeyOrId)
           
static SourceQuery SourceQuery.createWithHighlightedSyntax(String resourceKeyOrId)
           
 SourceQuery SourceQuery.setFromLineToLine(int from, int excludedTo)
          Get only a few lines
 SourceQuery SourceQuery.setHighlightedSyntax(boolean b)
           
 SourceQuery SourceQuery.setLinesFromLine(int from, int length)
           
 SourceQuery SourceQuery.setResourceKeyOrId(String resourceKeyOrId)
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.