|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.attributes.EmptyAttributeRepositoryClass
class EmptyAttributeRepositoryClass
Empty implementation of AttributeRepositoryClass.
Field Summary | |
---|---|
static AttributeRepositoryClass |
INSTANCE
|
Constructor Summary | |
---|---|
EmptyAttributeRepositoryClass()
|
Method Summary | |
---|---|
java.util.Set |
getClassAttributes()
Returns a set containing all attributes (instances) associated with this class. |
java.util.Map |
getConstructorAttributes()
Returns a map with String keys and List values. |
java.util.Map |
getFieldAttributes()
Returns a map with String keys and Set values. |
java.util.Map |
getMethodAttributes()
Returns a map with String keys and List values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AttributeRepositoryClass INSTANCE
Constructor Detail |
---|
EmptyAttributeRepositoryClass()
Method Detail |
---|
public java.util.Set getClassAttributes()
AttributeRepositoryClass
getClassAttributes
in interface AttributeRepositoryClass
public java.util.Map getFieldAttributes()
AttributeRepositoryClass
getFieldAttributes
in interface AttributeRepositoryClass
public java.util.Map getMethodAttributes()
AttributeRepositoryClass
list.get(0) = A Set with the attributes associated with the method.
list.get(1) = A Set with the attributes associated with the method's return value.
list.get(2) = A Set with the attributes associated with the method's first parameter.
list.get(n) = A Set with the attributes associated with the method's (n - 1) th parameter.
All slots in the list must be filled, not just those where there are attributes.
Should not return any attributes of superclasses etc.
getMethodAttributes
in interface AttributeRepositoryClass
public java.util.Map getConstructorAttributes()
AttributeRepositoryClass
list.get(0) = A Set with the attributes associated with the constructor.
list.get(1) = A Set with the attributes associated with the constructor's first parameter.
list.get(n) = A Set with the attributes associated with the constructor's (n - 1) th parameter.
All slots in the list must be filled, not just those where there are attributes.
Should not return any attributes of superclasses etc.
getConstructorAttributes
in interface AttributeRepositoryClass
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |