public class SnippetSearcher extends Object implements Searcher
Searcher
plugin for code snippets.Constructor and Description |
---|
SnippetSearcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
exclusive(String text)
Gets whether this plugin wants exclusive rights to the given text.
|
List<SearchResult> |
search(String text,
boolean fuzzy)
Searches for the given text.
|
boolean |
supports(String text)
Whether this plugin supports a search of this term.
|
String |
title()
Short descriptive string identifying the sort of results found by this
plugin.
|
public String title()
Searcher
public boolean supports(String text)
Searcher
public boolean exclusive(String text)
Searcher
Copyright © 2015–2022 SciJava. All rights reserved.