org.sonar.ide.api
Interface SourceCodeSearchEngine

All Known Implementing Classes:
RemoteSonar

public interface SourceCodeSearchEngine

Since:
0.2

Method Summary
 Collection<SourceCode> getProjects()
           
 SourceCode search(String key)
           
 

Method Detail

search

SourceCode search(String key)
Returns:
null, if not found

getProjects

Collection<SourceCode> getProjects()


Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.