public class PluginSearchResultProducerHelper extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PluginSearchResultProducerHelper.SearchWord |
Constructor and Description |
---|
PluginSearchResultProducerHelper() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<PluginSearchResultProducerHelper.SearchWord> |
getSearchWords(java.lang.String text) |
static boolean |
getShortSearch(java.util.List<PluginSearchResultProducerHelper.SearchWord> words) |
static int |
searchInPlugin(PluginDescriptor plugin,
java.util.List<PluginSearchResultProducerHelper.SearchWord> words) |
static int |
searchInPlugin(PluginDescriptor plugin,
java.lang.String word,
boolean startWithOnly) |
public PluginSearchResultProducerHelper()
public static java.util.List<PluginSearchResultProducerHelper.SearchWord> getSearchWords(java.lang.String text)
public static boolean getShortSearch(java.util.List<PluginSearchResultProducerHelper.SearchWord> words)
public static int searchInPlugin(PluginDescriptor plugin, java.util.List<PluginSearchResultProducerHelper.SearchWord> words)
public static int searchInPlugin(PluginDescriptor plugin, java.lang.String word, boolean startWithOnly)