Uses of Interface
org.granite.messaging.service.tide.TideComponentMatcher

Packages that use TideComponentMatcher
org.granite.config   
org.granite.messaging.service.tide   
 

Uses of TideComponentMatcher in org.granite.config
 

Methods in org.granite.config that return TideComponentMatcher
 TideComponentMatcher TideComponentMatcherFactory.getAnnotatedWithMatcher(String type, boolean disabled)
           
 TideComponentMatcher TideComponentMatcherFactory.getInstanceOfMatcher(String type, boolean disabled)
           
 TideComponentMatcher TideComponentMatcherFactory.getNameMatcher(String name, boolean disabled)
           
 TideComponentMatcher TideComponentMatcherFactory.getTypeMatcher(String type, boolean disabled)
           
 

Methods in org.granite.config that return types with arguments of type TideComponentMatcher
 List<TideComponentMatcher> GraniteConfig.getTideComponentMatchers()
           
 

Method parameters in org.granite.config with type arguments of type TideComponentMatcher
static boolean TideComponentMatcherFactory.isComponentTideDisabled(Map<String,Object[]> tideComponentsByName, List<TideComponentMatcher> tideComponentMatchers, String componentName, Set<Class<?>> componentClasses, Object componentInstance)
           
static boolean TideComponentMatcherFactory.isComponentTideEnabled(Map<String,Object[]> tideComponentsByName, List<TideComponentMatcher> tideComponentMatchers, String componentName, Set<Class<?>> componentClasses, Object componentInstance)
           
 

Uses of TideComponentMatcher in org.granite.messaging.service.tide
 

Classes in org.granite.messaging.service.tide that implement TideComponentMatcher
 class TideComponentAnnotatedWithMatcher
           
 class TideComponentInstanceOfMatcher
           
 class TideComponentNameMatcher
           
 class TideComponentTypeMatcher