@Generated(value="org.jboss.hal.processor.NameTokenProcessor") public class SearchIndexImpl extends Object implements SearchIndex
| Constructor and Description |
|---|
SearchIndexImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getKeywords(String token) |
Set<String> |
getResources(String token) |
Set<String> |
getTokens(boolean standalone)
Returns the tokens for the given operation mode which are not excluded by
Keywords.exclude(). |
public Set<String> getTokens(boolean standalone)
SearchIndexKeywords.exclude().getTokens in interface SearchIndexstandalone - the execution modepublic Set<String> getKeywords(String token)
getKeywords in interface SearchIndexpublic Set<String> getResources(String token)
getResources in interface SearchIndexCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.