| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.commons.attributes.DefaultCachedRepositoryNested Class Summary | |
private static class | |
Field Summary | |
private static Collection | |
private Collection | |
private Map | |
private Map | |
private Map | |
Fields inherited from interface org.apache.commons.attributes.CachedRepository | |
EMPTY | |
Constructor Summary | |
| |
Method Summary | |
Collection | |
Collection |
|
Collection |
|
Collection |
|
private static Collection |
|
private static Collection |
|
private static Collection |
|
private static Collection |
|
private static Collection |
|
Collection |
|
Collection |
|
Collection |
|
private static final Collection EMPTY_COLLECTION
private final Collection classAttributes
private final Map constructors
private final Map fields
private final Map methods
public Collection getAttributes()
- Specified by:
- getAttributes in interface CachedRepository
public Collection getAttributes(Constructor c)
- Specified by:
- getAttributes in interface CachedRepository
public Collection getAttributes(Field f)
- Specified by:
- getAttributes in interface CachedRepository
public Collection getAttributes(Method m)
- Specified by:
- getAttributes in interface CachedRepository
private static Collection getInheritableAttributes(Collection attrs)
private static Collection getInheritableClassAttributes(Class c)
private static Collection getInheritableMethodAttributes(Class c,
String methodName,
Class[] methodParams)private static Collection getInheritableMethodParameterAttributes(Class c,
String methodName,
Class[] methodParams,
int parameter)private static Collection getInheritableReturnAttributes(Class c,
String methodName,
Class[] methodParams)public Collection getParameterAttributes(Constructor c,
int parameter)
- Specified by:
- getParameterAttributes in interface CachedRepository
public Collection getParameterAttributes(Method m,
int parameter)
- Specified by:
- getParameterAttributes in interface CachedRepository
public Collection getReturnAttributes(Method m)
- Specified by:
- getReturnAttributes in interface CachedRepository