org.jboss.kernel.api.dependency
Interface Matcher

All Known Implementing Classes:
ClassMatcher, IntervalMatcher, NonNullMatcher, NumberMatcher, RegexpMatcher, StringMatcher

public interface Matcher

Matcher. Match this instance against any object.

Author:
Ales Justin

Method Summary
 boolean match(Object other)
          Do we match this object other param.
 

Method Detail

match

boolean match(Object other)
Do we match this object other param.

Parameters:
other - the object to match
Returns:
true if we match the other param, false otherwise


Copyright ? 2007 JBoss Inc.. All Rights Reserved.