|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.ehcache.annotations.config.ExactCacheNameMatcherImpl
public class ExactCacheNameMatcherImpl
Implementation of CacheNameMatcher for
matching a specific name.
| Constructor Summary | |
|---|---|
ExactCacheNameMatcherImpl(java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
Vote |
matches(java.lang.String cacheName)
Returns Vote.YEA if the name field String.equals(Object) the cacheName argument,
Vote.ABSTAIN otherwise. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExactCacheNameMatcherImpl(java.lang.String name)
name -
java.lang.IllegalArgumentException - if the name argument is null| Method Detail |
|---|
public Vote matches(java.lang.String cacheName)
Vote.YEA if the name field String.equals(Object) the cacheName argument,
Vote.ABSTAIN otherwise.
matches in interface CacheNameMatcherVote.YEA if this should definitely be included, Vote.NAY if definitely excluded, or Vote.ABSTAIN if impl has no opinionString.equals(Object),
CacheNameMatcher.matches(java.lang.String)public java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||