org.jboss.kernel.api.dependency
Class NonNullMatcher
java.lang.Object
org.jboss.kernel.api.dependency.NonNullMatcher
- All Implemented Interfaces:
- Matcher
- Direct Known Subclasses:
- ClassMatcher
public abstract class NonNullMatcher
- extends Object
- implements Matcher
- Author:
- Ales Justin
|
Method Summary |
protected abstract boolean |
internalMatch(Object other)
Do internal match. |
boolean |
match(Object other)
Do we match this object other param. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonNullMatcher
public NonNullMatcher()
match
public boolean match(Object other)
- Description copied from interface:
Matcher
- Do we match this object other param.
- Specified by:
match in interface Matcher
- Parameters:
other - the object to match
- Returns:
- true if we match the other param, false otherwise
internalMatch
protected abstract boolean internalMatch(Object other)
- Do internal match.
- Parameters:
other - the other param to match
- Returns:
- true if matched, false otherwise
Copyright ? 2007 JBoss Inc.. All Rights Reserved.