org.sonar.api.batch
Interface SquidSearch

All Superinterfaces:
BatchComponent, BatchExtension, Extension

Deprecated. since 2.6. Data on classes/methods are now injected into sonar index. There's no need to use this component anymore.

@Deprecated
public interface SquidSearch
extends BatchExtension

The extension point to access the Squid data tree

Since:
1.11

Method Summary
 Collection<org.sonar.squid.api.SourceCode> search(org.sonar.squid.api.Query... query)
          Deprecated. Returns a list of SourceCode objects base a set of queries given
 org.sonar.squid.api.SourceCode search(String key)
          Deprecated. Returns a SourceObject given its key
 

Method Detail

search

Collection<org.sonar.squid.api.SourceCode> search(org.sonar.squid.api.Query... query)
Deprecated. 
Returns a list of SourceCode objects base a set of queries given

Parameters:
query - the set of query
Returns:
SourceCode objects

search

org.sonar.squid.api.SourceCode search(String key)
Deprecated. 
Returns a SourceObject given its key

Parameters:
key - the key
Returns:
SourceCode object


Copyright © 2009-2011 SonarSource. All Rights Reserved.