public class SquidIndex extends Object implements SourceCodeIndexer, SourceCodeSearchEngine
| Constructor and Description |
|---|
SquidIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
index(SourceCode sourceCode) |
Collection<SourceCode> |
search(Query... query) |
SourceCode |
search(String key) |
public SquidIndex()
public Collection<SourceCode> search(Query... query)
search in interface SourceCodeSearchEnginepublic SourceCode search(String key)
search in interface SourceCodeSearchEnginepublic void index(SourceCode sourceCode)
index in interface SourceCodeIndexerCopyright © 2009-2012 SonarSource. All Rights Reserved.