|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Vote | |
|---|---|
| com.googlecode.ehcache.annotations.config | |
| com.googlecode.ehcache.annotations.impl | |
| Uses of Vote in com.googlecode.ehcache.annotations.config |
|---|
| Methods in com.googlecode.ehcache.annotations.config that return Vote | |
|---|---|
Vote |
PatternCacheNameMatcherImpl.matches(java.lang.String cacheName)
|
Vote |
NotCacheNameMatcherImpl.matches(java.lang.String cacheName)
Retrieve the value from wrapped CacheNameMatcher's matches method, then
return the not(Vote) of the result. |
Vote |
ExactCacheNameMatcherImpl.matches(java.lang.String cacheName)
Returns YEA if the name field String.equals(Object) the cacheName argument,
ABSTAIN otherwise. |
| Uses of Vote in com.googlecode.ehcache.annotations.impl |
|---|
| Methods in com.googlecode.ehcache.annotations.impl that return Vote | |
|---|---|
Vote |
CacheNameMatcher.matches(java.lang.String cacheName)
|
static Vote |
Vote.not(Vote vote)
If the argument equals ABSTAIN, return ABSTAIN. |
static Vote |
Vote.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Vote[] |
Vote.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.googlecode.ehcache.annotations.impl with parameters of type Vote | |
|---|---|
static Vote |
Vote.not(Vote vote)
If the argument equals ABSTAIN, return ABSTAIN. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||