org.sonar.ide.wsclient
Class RemoteSonar

java.lang.Object
  extended by org.sonar.ide.wsclient.RemoteSonar
All Implemented Interfaces:
SourceCodeSearchEngine

public class RemoteSonar
extends Object
implements SourceCodeSearchEngine

Since:
0.2

Constructor Summary
RemoteSonar(org.sonar.wsclient.Host host)
           
RemoteSonar(org.sonar.wsclient.Host host, SourceCodeDiffEngine diffEngine)
           
 
Method Summary
 Collection<SourceCode> getProjects()
           
 SourceCode search(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSonar

public RemoteSonar(org.sonar.wsclient.Host host)

RemoteSonar

public RemoteSonar(org.sonar.wsclient.Host host,
                   SourceCodeDiffEngine diffEngine)
Method Detail

search

public SourceCode search(String key)
Specified by:
search in interface SourceCodeSearchEngine
Returns:
null, if not found

getProjects

public Collection<SourceCode> getProjects()
Specified by:
getProjects in interface SourceCodeSearchEngine


Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.