Package org.jboss.hal.meta.search
Class SearchIndexImpl
- java.lang.Object
-
- org.jboss.hal.meta.search.SearchIndexImpl
-
- All Implemented Interfaces:
SearchIndex
@Generated("org.jboss.hal.processor.NameTokenProcessor") public class SearchIndexImpl extends Object implements SearchIndex
-
-
Constructor Summary
Constructors Constructor Description SearchIndexImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 byKeywords.exclude().
-
-
-
Method Detail
-
getTokens
public Set<String> getTokens(boolean standalone)
Description copied from interface:SearchIndexReturns the tokens for the given operation mode which are not excluded byKeywords.exclude().- Specified by:
getTokensin interfaceSearchIndex- Parameters:
standalone- the execution mode- Returns:
- a set of matching tokens
-
getKeywords
public Set<String> getKeywords(String token)
- Specified by:
getKeywordsin interfaceSearchIndex
-
getResources
public Set<String> getResources(String token)
- Specified by:
getResourcesin interfaceSearchIndex
-
-