org.sonar.ide.wsclient
Class RemoteSonar
java.lang.Object
org.sonar.ide.wsclient.RemoteSonar
- All Implemented Interfaces:
- SourceCodeSearchEngine
public class RemoteSonar
- extends Object
- implements SourceCodeSearchEngine
- Since:
- 0.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteSonar
public RemoteSonar(org.sonar.wsclient.Host host)
RemoteSonar
public RemoteSonar(org.sonar.wsclient.Host host,
SourceCodeDiffEngine diffEngine)
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.