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(java.lang.String resourceKeyOrId)
           
static SourceQuery SourceQuery.createWithHighlightedSyntax(java.lang.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(java.lang.String resourceKeyOrId)
           
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.