- addClass(String) - Method in class org.apache.commons.attributes.AttributeIndex
-
Add a class to the index.
- addClassAttribute(Object) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Adds a new attribute to the class itself.
- addConstructorAttribute(Class[], Object) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Adds an attribute to a constructor.
- addConstructorAttribute(Constructor, Object) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Adds an attribute to a constructor.
- addFieldAttribute(String, Object) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Adds an attribute to a field.
- addFieldAttribute(Field, Object) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Adds an attribute to a field.
- addIndex(Collection, Class) - Method in class org.apache.commons.attributes.AttributeIndex
-
- addIndex(Collection, Field) - Method in class org.apache.commons.attributes.AttributeIndex
-
- addIndex(Collection, Method) - Method in class org.apache.commons.attributes.AttributeIndex
-
- addIndex(Collection, Constructor) - Method in class org.apache.commons.attributes.AttributeIndex
-
- addIndex(Collection, Method, int) - Method in class org.apache.commons.attributes.AttributeIndex
-
- addIndex(Collection, Constructor, int) - Method in class org.apache.commons.attributes.AttributeIndex
-
- addMethodAttribute(String, Class[], Object) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Adds an attribute to a method.
- addMethodAttribute(Method, Object) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Adds an attribute to a method.
- addParameterAttribute(Class[], int, Object) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Adds an attribute to a parameter of a constructor.
- addParameterAttribute(Constructor, int, Object) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Adds an attribute to a parameter of a constructor.
- addParameterAttribute(String, Class[], int, Object) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Adds an attribute to a parameter of a method.
- addParameterAttribute(Method, int, Object) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Adds an attribute to a parameter of a method.
- addParameterAttributes(Collection) - Method in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
-
- addReturnAttribute(String, Class[], Object) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Adds an attribute to the return value of a method.
- addReturnAttribute(Method, Object) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Adds an attribute to the return value of a method.
- addReturnIndex(Collection, Method) - Method in class org.apache.commons.attributes.AttributeIndex
-
- ALL - Static variable in class org.apache.commons.attributes.Target
-
Indicates that the attribute can be applied to any program element.
- AttributeIndex - Class in org.apache.commons.attributes
-
An index providing a list of elements with given attributes.
- AttributeIndex(ClassLoader) - Constructor for class org.apache.commons.attributes.AttributeIndex
-
Creates a new AttributeIndex for the given ClassLoader.
- AttributeIndex.ConstructorParameter - Class in org.apache.commons.attributes
-
A constructor parameter.
- AttributeIndex.IndexNode - Class in org.apache.commons.attributes
-
- AttributeIndex.MethodParameter - Class in org.apache.commons.attributes
-
Reference to a method parameter.
- AttributeRepositoryClass - Interface in org.apache.commons.attributes
-
Interface implemented by all attribute repository classes.
- Attributes - Class in org.apache.commons.attributes
-
API for accessing attributes.
- Attributes() - Constructor for class org.apache.commons.attributes.Attributes
-
- attributes - Variable in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
-
- AttributeUtil - Class in org.apache.commons.attributes
-
Commonly used convenience functions.
- AttributeUtil() - Constructor for class org.apache.commons.attributes.AttributeUtil
-
- getAttribute(Collection, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Selects from a collection of attributes one attribute with a given class.
- getAttribute(Class, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Get one attributes of a given type from a class.
- getAttribute(Field, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Get one attributes of a given type from a field.
- getAttribute(Constructor, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Get one attributes of a given type from a constructor.
- getAttribute(Method, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Get one attributes of a given type from a method.
- getAttributes(Class) - Static method in class org.apache.commons.attributes.Attributes
-
Gets all attributes for a class.
- getAttributes(Method) - Static method in class org.apache.commons.attributes.Attributes
-
Gets all attributes for a method.
- getAttributes(Field) - Static method in class org.apache.commons.attributes.Attributes
-
Gets all attributes for a field.
- getAttributes(Constructor) - Static method in class org.apache.commons.attributes.Attributes
-
Gets all attributes for a constructor.
- getAttributes(Collection, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Selects from a collection of attributes only those with a given class.
- getAttributes(Class, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Get all attributes of a given type from a class.
- getAttributes(Field, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Get all attributes of a given type from a field.
- getAttributes(Constructor, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Get all attributes of a given type from a constructor.
- getAttributes(Method, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Get all attributes of a given type from a method.
- getAttributes() - Method in interface org.apache.commons.attributes.CachedRepository
-
- getAttributes(Field) - Method in interface org.apache.commons.attributes.CachedRepository
-
- getAttributes(Method) - Method in interface org.apache.commons.attributes.CachedRepository
-
- getAttributes(Constructor) - Method in interface org.apache.commons.attributes.CachedRepository
-
- getAttributes() - Method in class org.apache.commons.attributes.DefaultCachedRepository
-
- getAttributes(Field) - Method in class org.apache.commons.attributes.DefaultCachedRepository
-
- getAttributes(Method) - Method in class org.apache.commons.attributes.DefaultCachedRepository
-
- getAttributes(Constructor) - Method in class org.apache.commons.attributes.DefaultCachedRepository
-
- getAttributes() - Method in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
-
- getAttributes() - Method in class org.apache.commons.attributes.EmptyCachedRepository
-
- getAttributes(Field) - Method in class org.apache.commons.attributes.EmptyCachedRepository
-
- getAttributes(Method) - Method in class org.apache.commons.attributes.EmptyCachedRepository
-
- getAttributes(Constructor) - Method in class org.apache.commons.attributes.EmptyCachedRepository
-
- getCachedRepository(Class) - Static method in class org.apache.commons.attributes.Attributes
-
- getCause() - Method in error org.apache.commons.attributes.RepositoryError
-
Get the nested Throwable, if any.
- getClassAttributes() - Method in interface org.apache.commons.attributes.AttributeRepositoryClass
-
Returns a set containing all attributes (instances) associated with this class.
- getClassAttributes() - Method in class org.apache.commons.attributes.EmptyAttributeRepositoryClass
-
- getClassAttributes() - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
- getClasses(Class) - Method in class org.apache.commons.attributes.AttributeIndex
-
Gets a Collection of the Class
es that have an attribute of the specified class.
- getClassesWithAttribute(String) - Method in class org.apache.commons.attributes.AttributeIndex
-
- getClassesWithAttribute(Class) - Method in class org.apache.commons.attributes.AttributeIndex
-
- getClassesWithAttributeType(Collection, Class) - Static method in class org.apache.commons.attributes.AttributeUtil
-
Filters a Collection of Class
objects.
- getConstructor() - Method in class org.apache.commons.attributes.AttributeIndex.ConstructorParameter
-
Get the constructor this parameter is defined in.
- getConstructorAttributeBundle(Constructor) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Convenience method to get and initialize an entry in the constructor map.
- getConstructorAttributes() - Method in interface org.apache.commons.attributes.AttributeRepositoryClass
-
Returns a map with String keys and List values.
- getConstructorAttributes() - Method in class org.apache.commons.attributes.EmptyAttributeRepositoryClass
-
- getConstructorAttributes() - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
- getConstructorParameters(Class) - Method in class org.apache.commons.attributes.AttributeIndex
-
Gets a Collection of the ConstructorParameter
s that have an attribute of the specified class.
- getConstructors(Class) - Method in class org.apache.commons.attributes.AttributeIndex
-
Gets a Collection of the Constructor
s that have an attribute of the specified class.
- getDefinedClass() - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Gets the class this repository defines attributes for.
- getFieldAttributes() - Method in interface org.apache.commons.attributes.AttributeRepositoryClass
-
Returns a map with String keys and Set values.
- getFieldAttributes() - Method in class org.apache.commons.attributes.EmptyAttributeRepositoryClass
-
- getFieldAttributes() - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
- getFields(Class) - Method in class org.apache.commons.attributes.AttributeIndex
-
Gets a Collection of the Field
s that have an attribute of the specified class.
- getFlags() - Method in class org.apache.commons.attributes.Target
-
Returns an int
that is the bitwise or of the allowed target flags.
- getIndex() - Method in class org.apache.commons.attributes.AttributeIndex.ConstructorParameter
-
Get the index of this parameter in the parameter list of the constructor.
- getIndex() - Method in class org.apache.commons.attributes.AttributeIndex.MethodParameter
-
Get the index of this parameter in the parameter list of the method.
- getInheritableAttributes(Collection) - Static method in class org.apache.commons.attributes.DefaultCachedRepository
-
- getInheritableClassAttributes(Class) - Static method in class org.apache.commons.attributes.DefaultCachedRepository
-
- getInheritableMethodAttributes(Class, String, Class[]) - Static method in class org.apache.commons.attributes.DefaultCachedRepository
-
- getInheritableMethodParameterAttributes(Class, String, Class[], int) - Static method in class org.apache.commons.attributes.DefaultCachedRepository
-
- getInheritableReturnAttributes(Class, String, Class[]) - Static method in class org.apache.commons.attributes.DefaultCachedRepository
-
- getMethod() - Method in class org.apache.commons.attributes.AttributeIndex.MethodParameter
-
Get the method this parameter is defined in.
- getMethodAttributeBundle(Method) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Convenience method to get and initialize an entry in the method map.
- getMethodAttributes() - Method in interface org.apache.commons.attributes.AttributeRepositoryClass
-
Returns a map with String keys and List values.
- getMethodAttributes() - Method in class org.apache.commons.attributes.EmptyAttributeRepositoryClass
-
- getMethodAttributes() - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
- getMethodOrConstructorAttributeBundle(Map, String, int) - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
-
Convenience method to get and initialize an enry in the method or
constructor attribute map.
- getMethodParameters(Class) - Method in class org.apache.commons.attributes.AttributeIndex
-
Gets a Collection of the MethodParameter
s that have an attribute of the specified class.
- getMethods(Class) - Method in class org.apache.commons.attributes.AttributeIndex
-
Gets a Collection of the Method
s that have an attribute of the specified class.
- getMethodsReturning(Class) - Method in class org.apache.commons.attributes.AttributeIndex
-
Gets a Collection of the Method
s whose return value has an attribute of the specified class.
- getNested() - Method in error org.apache.commons.attributes.RepositoryError
-
Get the nested Throwable if any.
- getNode(Class) - Method in class org.apache.commons.attributes.AttributeIndex
-
- getObjectsWithAttributeType(Collection, Class) - Static method in class org.apache.commons.attributes.AttributeUtil
-
Filters a collection of objects.
- getParameterAttribute(Method, int, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Get one attributes of a given type from a parameter.
- getParameterAttribute(Constructor, int, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Get one attributes of a given type from a constructor's parameter.
- getParameterAttributes(Method, int) - Static method in class org.apache.commons.attributes.Attributes
-
Gets all attributes for a parameter of a method.
- getParameterAttributes(Constructor, int) - Static method in class org.apache.commons.attributes.Attributes
-
Gets all attributes for a parameter of a constructor.
- getParameterAttributes(Method, int, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Get all attributes of a given type from a method's parameter.
- getParameterAttributes(Constructor, int, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Get all attributes of a given type from a method's parameter.
- getParameterAttributes(Method, int) - Method in interface org.apache.commons.attributes.CachedRepository
-
- getParameterAttributes(Constructor, int) - Method in interface org.apache.commons.attributes.CachedRepository
-
- getParameterAttributes(Constructor, int) - Method in class org.apache.commons.attributes.DefaultCachedRepository
-
- getParameterAttributes(Method, int) - Method in class org.apache.commons.attributes.DefaultCachedRepository
-
- getParameterAttributes(int) - Method in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
-
- getParameterAttributes(Constructor, int) - Method in class org.apache.commons.attributes.EmptyCachedRepository
-
- getParameterAttributes(Method, int) - Method in class org.apache.commons.attributes.EmptyCachedRepository
-
- getParameterList(Class[]) - Static method in class org.apache.commons.attributes.Util
-
- getReturnAttribute(Method, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Get one attributes of a given type from a method's return value.
- getReturnAttributes(Method) - Static method in class org.apache.commons.attributes.Attributes
-
Gets all attributes for the return value of a method.
- getReturnAttributes(Method, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Get all attributes of a given type from a method's return value.
- getReturnAttributes(Method) - Method in interface org.apache.commons.attributes.CachedRepository
-
- getReturnAttributes(Method) - Method in class org.apache.commons.attributes.DefaultCachedRepository
-
- getReturnAttributes() - Method in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
-
- getReturnAttributes(Method) - Method in class org.apache.commons.attributes.EmptyCachedRepository
-
- getSignature(Method) - Static method in class org.apache.commons.attributes.Util
-
- getSignature(Constructor) - Static method in class org.apache.commons.attributes.Util
-
- hasAttribute(Collection, Object) - Static method in class org.apache.commons.attributes.Attributes
-
Convenience function to test whether a collection of attributes contain
an attribute.
- hasAttribute(Class, Object) - Static method in class org.apache.commons.attributes.Attributes
-
Tests if a class has an attribute.
- hasAttribute(Field, Object) - Static method in class org.apache.commons.attributes.Attributes
-
Tests if a field has an attribute.
- hasAttribute(Constructor, Object) - Static method in class org.apache.commons.attributes.Attributes
-
Tests if a constructor has an attribute.
- hasAttribute(Method, Object) - Static method in class org.apache.commons.attributes.Attributes
-
Tests if a method has an attribute.
- hasAttributeType(Collection, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Convenience function to test whether a collection of attributes contain
an attribute of a given class.
- hasAttributeType(Class, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Tests if a class has an attribute of a given type.
- hasAttributeType(Field, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Tests if a field has an attribute of a given type.
- hasAttributeType(Constructor, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Tests if a constructor has an attribute of a given type.
- hasAttributeType(Method, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Tests if a method has an attribute of a given type.
- hashCode() - Method in class org.apache.commons.attributes.AttributeIndex.ConstructorParameter
-
Computes the hashCode.
- hashCode() - Method in class org.apache.commons.attributes.AttributeIndex.MethodParameter
-
Computes the hashCode.
- hasParameterAttribute(Method, int, Object) - Static method in class org.apache.commons.attributes.Attributes
-
Tests if a method's parameter has an attribute.
- hasParameterAttribute(Constructor, int, Object) - Static method in class org.apache.commons.attributes.Attributes
-
Tests if a constructor's parameter has an attribute.
- hasParameterAttributeType(Method, int, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Tests if a method's parameter has an attribute of a given type.
- hasParameterAttributeType(Constructor, int, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Tests if a constructor's parameter has an attribute of a given type.
- hasReturnAttribute(Method, Object) - Static method in class org.apache.commons.attributes.Attributes
-
Tests if a method's return value has an attribute.
- hasReturnAttributeType(Method, Class) - Static method in class org.apache.commons.attributes.Attributes
-
Tests if a method's return value has an attribute of a given type.