|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.ehcache.annotations.config.NotCacheNameMatcherImpl
public final class NotCacheNameMatcherImpl
CacheNameMatcher that wraps another CacheNameMatcher
and performs a logical NOT on the result of the wrapped matches(String) method
if not null.
| Constructor Summary | |
|---|---|
NotCacheNameMatcherImpl(CacheNameMatcher wrapped)
|
|
| Method Summary | |
|---|---|
CacheNameMatcher |
getWrapped()
|
Vote |
matches(java.lang.String cacheName)
Retrieve the value from wrapped CacheNameMatcher's matches method, then
return the Vote.not(Vote) of the result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotCacheNameMatcherImpl(CacheNameMatcher wrapped)
wrapped - | Method Detail |
|---|
public Vote matches(java.lang.String cacheName)
CacheNameMatcher's matches method, then
return the Vote.not(Vote) of the result.
matches in interface CacheNameMatcherVote.YEA if this should definitely be included, Vote.NAY if definitely excluded, or Vote.ABSTAIN if impl has no opinionVote.not(Vote),
CacheNameMatcher.matches(java.lang.String)public CacheNameMatcher getWrapped()
CacheNameMatcher
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||