org.sonar.squid.api
Interface SourceCodeSearchEngine

All Known Implementing Classes:
Squid, SquidIndex

public interface SourceCodeSearchEngine


Method Summary
 Collection<SourceCode> search(Query... query)
           
 SourceCode search(String key)
           
 

Method Detail

search

SourceCode search(String key)

search

Collection<SourceCode> search(Query... query)


Copyright © 2009-2012 SonarSource. All Rights Reserved.