org.apache.commons.attributes
Class EmptyCachedRepository
java.lang.Object
org.apache.commons.attributes.EmptyCachedRepository
- All Implemented Interfaces:
- CachedRepository
class EmptyCachedRepository
- extends java.lang.Object
- implements CachedRepository
Null implementation of a cached repository.
- Since:
- 2.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_COLLECTION
private static final java.util.Collection EMPTY_COLLECTION
EmptyCachedRepository
EmptyCachedRepository()
getAttributes
public java.util.Collection getAttributes()
- Specified by:
getAttributes
in interface CachedRepository
getAttributes
public java.util.Collection getAttributes(java.lang.reflect.Field f)
- Specified by:
getAttributes
in interface CachedRepository
getAttributes
public java.util.Collection getAttributes(java.lang.reflect.Method m)
- Specified by:
getAttributes
in interface CachedRepository
getParameterAttributes
public java.util.Collection getParameterAttributes(java.lang.reflect.Constructor c,
int parameter)
- Specified by:
getParameterAttributes
in interface CachedRepository
getParameterAttributes
public java.util.Collection getParameterAttributes(java.lang.reflect.Method m,
int parameter)
- Specified by:
getParameterAttributes
in interface CachedRepository
getReturnAttributes
public java.util.Collection getReturnAttributes(java.lang.reflect.Method m)
- Specified by:
getReturnAttributes
in interface CachedRepository
getAttributes
public java.util.Collection getAttributes(java.lang.reflect.Constructor c)
- Specified by:
getAttributes
in interface CachedRepository