org.granite.messaging.service.tide
Class TideComponentNameMatcher

java.lang.Object
  extended by org.granite.messaging.service.tide.TideComponentNameMatcher
All Implemented Interfaces:
TideComponentMatcher

public class TideComponentNameMatcher
extends Object
implements TideComponentMatcher

Author:
Franck WOLFF

Constructor Summary
TideComponentNameMatcher(String name, boolean disabled)
           
 
Method Summary
static void main(String[] args)
           
 boolean matches(String name, Set<Class<?>> classes, Object instance, boolean disabled)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TideComponentNameMatcher

public TideComponentNameMatcher(String name,
                                boolean disabled)
Method Detail

matches

public boolean matches(String name,
                       Set<Class<?>> classes,
                       Object instance,
                       boolean disabled)
Specified by:
matches in interface TideComponentMatcher

toString

public String toString()
Overrides:
toString in class Object

main

public static void main(String[] args)