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()
Searcherpublic List<SearchResult> search(String text, boolean fuzzy)
SearcherCopyright © 2015–2022 SciJava. All rights reserved.