public class ClassesSearcher extends Object implements Searcher
Searcher
plugin for Java classes.Constructor and Description |
---|
ClassesSearcher() |
Modifier and Type | Method and Description |
---|---|
static String |
location(Class<?> c,
String baseDir)
Gets an abbreviated location for the given class.
|
List<SearchResult> |
search(String text,
boolean fuzzy)
Searches for the given text.
|
String |
title()
Short descriptive string identifying the sort of results found by this
plugin.
|
public String title()
Searcher
public List<SearchResult> search(String text, boolean fuzzy)
Searcher
Copyright © 2015–2022 SciJava. All rights reserved.