public class SnippetSearchResult extends Object implements SearchResult
ModuleSearcher
.Constructor and Description |
---|
SnippetSearchResult(ScriptLanguage language,
String snippet) |
Modifier and Type | Method and Description |
---|---|
String |
iconPath() |
ScriptLanguage |
language() |
String |
name()
Title of the search result, intended for detailed display.
|
Map<String,String> |
properties() |
String |
snippet() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, identifier
public SnippetSearchResult(ScriptLanguage language, String snippet)
public ScriptLanguage language()
public String snippet()
public String name()
SearchResult
name
in interface SearchResult
public String iconPath()
iconPath
in interface SearchResult
public Map<String,String> properties()
properties
in interface SearchResult
Copyright © 2015–2022 SciJava. All rights reserved.