A C D E F G H I L M N O P R S T U V

A

ALL - Static variable in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to any program element.
AttributeIndex - class org.apache.commons.attributes.AttributeIndex.
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 org.apache.commons.attributes.AttributeIndex.ConstructorParameter.
A constructor parameter.
AttributeIndex.ConstructorParameter(Constructor, int) - Constructor for class org.apache.commons.attributes.AttributeIndex.ConstructorParameter
Constructs a new ConstructorParameter.
AttributeIndex.IndexNode - class org.apache.commons.attributes.AttributeIndex.IndexNode.
 
AttributeIndex.IndexNode() - Constructor for class org.apache.commons.attributes.AttributeIndex.IndexNode
 
AttributeIndex.MethodParameter - class org.apache.commons.attributes.AttributeIndex.MethodParameter.
Reference to a method parameter.
AttributeIndex.MethodParameter(Method, int) - Constructor for class org.apache.commons.attributes.AttributeIndex.MethodParameter
Constructs a new MethodParameter.
AttributeRepositoryClass - interface org.apache.commons.attributes.AttributeRepositoryClass.
Interface implemented by all attribute repository classes.
AttributeUtil - class org.apache.commons.attributes.AttributeUtil.
Commonly used convenience functions.
AttributeUtil() - Constructor for class org.apache.commons.attributes.AttributeUtil
 
Attributes - class org.apache.commons.attributes.Attributes.
API for accessing attributes.
Attributes() - Constructor for class org.apache.commons.attributes.Attributes
 
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
 
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
 
attributes - Variable in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
 

C

CLASS - Static variable in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a class or interface.
CONSTRUCTOR - Static variable in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a constructor.
CONSTRUCTOR_PARAMETER - Static variable in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a constructor parameter.
CachedRepository - interface org.apache.commons.attributes.CachedRepository.
An attribute repository cache.
CircularDependencyError - error org.apache.commons.attributes.CircularDependencyError.
Thrown when an attribute repository class can't be loaded because it resulted in a circular dependency.
CircularDependencyError(String, List) - Constructor for class org.apache.commons.attributes.CircularDependencyError
Create a new CircularDependencyError.
checkSealed() - Method in class org.apache.commons.attributes.DefaultSealable
Checks if the DefaultSealable.seal() method has been called and throws a IllegalStateException if it has.
checkSealed() - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
Convenience function to check if the repository is sealed.
checkTarget(int, Object, String) - Static method in class org.apache.commons.attributes.Util
 
checkTarget(int, Set, String) - Static method in class org.apache.commons.attributes.Util
 
classAttributes - Variable in class org.apache.commons.attributes.DefaultCachedRepository
 
classAttributes - Variable in class org.apache.commons.attributes.RuntimeAttributeRepository
Set of class attributes.
classLoader - Variable in class org.apache.commons.attributes.AttributeIndex
 
classRepositories - Static variable in class org.apache.commons.attributes.Attributes
A cache of attribute repositories.
classes - Variable in class org.apache.commons.attributes.AttributeIndex.IndexNode
 
clazz - Variable in class org.apache.commons.attributes.RuntimeAttributeRepository
Class we are defining attributes for.
constructorAttributes - Variable in class org.apache.commons.attributes.RuntimeAttributeRepository
Set of ctor attributes.
constructorParameters - Variable in class org.apache.commons.attributes.AttributeIndex.IndexNode
 
constructors - Variable in class org.apache.commons.attributes.AttributeIndex.IndexNode
 
constructors - Variable in class org.apache.commons.attributes.DefaultCachedRepository
 
ctor - Variable in class org.apache.commons.attributes.AttributeIndex.ConstructorParameter
 

D

DefaultCachedRepository - class org.apache.commons.attributes.DefaultCachedRepository.
 
DefaultCachedRepository(Class, AttributeRepositoryClass) - Constructor for class org.apache.commons.attributes.DefaultCachedRepository
 
DefaultCachedRepository.MethodAttributeBundle - class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle.
 
DefaultCachedRepository.MethodAttributeBundle() - Constructor for class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
 
DefaultSealable - class org.apache.commons.attributes.DefaultSealable.
Implementation of the Sealable interface.
DefaultSealable() - Constructor for class org.apache.commons.attributes.DefaultSealable
 
decodedClassName(String) - Static method in class org.apache.commons.attributes.Util
 

E

EMPTY - Static variable in interface org.apache.commons.attributes.CachedRepository
 
EMPTY_COLLECTION - Static variable in class org.apache.commons.attributes.DefaultCachedRepository
 
EMPTY_COLLECTION - Static variable in class org.apache.commons.attributes.EmptyCachedRepository
 
EmptyAttributeRepositoryClass - class org.apache.commons.attributes.EmptyAttributeRepositoryClass.
Empty implementation of AttributeRepositoryClass.
EmptyAttributeRepositoryClass() - Constructor for class org.apache.commons.attributes.EmptyAttributeRepositoryClass
 
EmptyCachedRepository - class org.apache.commons.attributes.EmptyCachedRepository.
Null implementation of a cached repository.
EmptyCachedRepository() - Constructor for class org.apache.commons.attributes.EmptyCachedRepository
 
equals(Object) - Method in class org.apache.commons.attributes.AttributeIndex.ConstructorParameter
Compares two ConstructorParameters for equality.
equals(Object) - Method in class org.apache.commons.attributes.AttributeIndex.MethodParameter
Compares two MethodParameters for equality.

F

FIELD - Static variable in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a field.
fieldAttributes - Variable in class org.apache.commons.attributes.RuntimeAttributeRepository
Set of field attributes.
fields - Variable in class org.apache.commons.attributes.AttributeIndex.IndexNode
 
fields - Variable in class org.apache.commons.attributes.DefaultCachedRepository
 
flags - Variable in class org.apache.commons.attributes.Target
 
flagsToString(int) - Static method in class org.apache.commons.attributes.InvalidAttributeTargetError
 

G

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.MethodAttributeBundle
 
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.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
 
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 Classes that have an attribute of the specified class.
getClassesWithAttribute(String) - Method in class org.apache.commons.attributes.AttributeIndex
Deprecated. Use the getClasses(Class) method instead.
getClassesWithAttribute(Class) - Method in class org.apache.commons.attributes.AttributeIndex
Deprecated. Use the getClasses(Class) method instead.
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 ConstructorParameters that have an attribute of the specified class.
getConstructors(Class) - Method in class org.apache.commons.attributes.AttributeIndex
Gets a Collection of the Constructors 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 Fields 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 MethodParameters that have an attribute of the specified class.
getMethods(Class) - Method in class org.apache.commons.attributes.AttributeIndex
Gets a Collection of the Methods that have an attribute of the specified class.
getMethodsReturning(Class) - Method in class org.apache.commons.attributes.AttributeIndex
Gets a Collection of the Methods whose return value has an attribute of the specified class.
getNested() - Method in class org.apache.commons.attributes.RepositoryError
 
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(int) - Method in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
 
getParameterAttributes(Constructor, int) - Method in class org.apache.commons.attributes.DefaultCachedRepository
 
getParameterAttributes(Method, int) - Method in class org.apache.commons.attributes.DefaultCachedRepository
 
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 in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
 
getReturnAttributes(Method) - Method in class org.apache.commons.attributes.DefaultCachedRepository
 
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
 

H

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.
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.
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.

I

INSTANCE - Static variable in class org.apache.commons.attributes.EmptyAttributeRepositoryClass
 
Indexed - class org.apache.commons.attributes.Indexed.
This attribute is used to mark attributes as being indexed.
Indexed() - Constructor for class org.apache.commons.attributes.Indexed
 
Inheritable - class org.apache.commons.attributes.Inheritable.
This attribute is used to mark attributes as being inheritable.
Inheritable() - Constructor for class org.apache.commons.attributes.Inheritable
 
InvalidAttributeTargetError - error org.apache.commons.attributes.InvalidAttributeTargetError.
Thrown when an attribute has a Target declaration that forbids it being applied to the program element it has been applied to.
InvalidAttributeTargetError(String, String, int) - Constructor for class org.apache.commons.attributes.InvalidAttributeTargetError
 
index - Variable in class org.apache.commons.attributes.AttributeIndex.ConstructorParameter
 
index - Variable in class org.apache.commons.attributes.AttributeIndex.MethodParameter
 
index - Variable in class org.apache.commons.attributes.AttributeIndex
 
initList - Static variable in class org.apache.commons.attributes.Attributes
List used to keep track of the initialization list in getCachedRepository.

L

listDeps(List) - Static method in class org.apache.commons.attributes.CircularDependencyError
Joins together the elements of a list with -> delimiters.
loadFromURL(URL) - Method in class org.apache.commons.attributes.AttributeIndex
Load the attrs.index from a given URL.

M

METHOD - Static variable in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a method.
METHOD_PARAMETER - Static variable in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a method parameter.
MultipleAttributesError - error org.apache.commons.attributes.MultipleAttributesError.
Thrown when one of the Attributes.getAttribute methods find more than one instance of the specified attribute class.
MultipleAttributesError(String) - Constructor for class org.apache.commons.attributes.MultipleAttributesError
 
method - Variable in class org.apache.commons.attributes.AttributeIndex.MethodParameter
 
methodAttributes - Variable in class org.apache.commons.attributes.RuntimeAttributeRepository
Set of method attributes.
methodParameters - Variable in class org.apache.commons.attributes.AttributeIndex.IndexNode
 
methods - Variable in class org.apache.commons.attributes.AttributeIndex.IndexNode
 
methods - Variable in class org.apache.commons.attributes.DefaultCachedRepository
 

N

nested - Variable in class org.apache.commons.attributes.RepositoryError
 

O

org.apache.commons.attributes - package org.apache.commons.attributes
Provides an API for accessing attributes.

P

PARAMETER - Static variable in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a parameter of a method or a constructor.
parameterAttributes - Variable in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
 

R

RETURN - Static variable in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a method return value.
RepositoryError - error org.apache.commons.attributes.RepositoryError.
Thrown when an attribute repository class can't be loaded or instantiated.
RepositoryError() - Constructor for class org.apache.commons.attributes.RepositoryError
 
RepositoryError(String) - Constructor for class org.apache.commons.attributes.RepositoryError
 
RepositoryError(Throwable) - Constructor for class org.apache.commons.attributes.RepositoryError
 
RepositoryError(String, Throwable) - Constructor for class org.apache.commons.attributes.RepositoryError
 
RuntimeAttributeRepository - class org.apache.commons.attributes.RuntimeAttributeRepository.
Class used to define attributes programmatically for a class.
RuntimeAttributeRepository(Class) - Constructor for class org.apache.commons.attributes.RuntimeAttributeRepository
Create a new runtime repository.
returnAttributes - Variable in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
 
returnValues - Variable in class org.apache.commons.attributes.AttributeIndex.IndexNode
 

S

Sealable - interface org.apache.commons.attributes.Sealable.
Marks an attribute class as being sealable.
seal() - Method in class org.apache.commons.attributes.AttributeIndex.IndexNode
 
seal(Collection) - Method in class org.apache.commons.attributes.AttributeIndex.IndexNode
 
seal() - Method in class org.apache.commons.attributes.DefaultSealable
Seals this attribute.
seal() - Method in class org.apache.commons.attributes.RuntimeAttributeRepository
Seals this repository.
seal() - Method in interface org.apache.commons.attributes.Sealable
Called to indicate that construction and initialization of this attribute instance is completed, and that the attribute instance should become read-only.
sealed - Variable in class org.apache.commons.attributes.DefaultSealable
Boolean flag indicating whether the DefaultSealable.seal() method has been called.
sealed - Variable in class org.apache.commons.attributes.RuntimeAttributeRepository
Flag indicating whether this repository is modifiable.
setAttributes(RuntimeAttributeRepository) - Static method in class org.apache.commons.attributes.Attributes
Set attributes for a given class.
setAttributes(Collection) - Method in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
 
setReturnAttributes(Collection) - Method in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
 

T

Target - class org.apache.commons.attributes.Target.
Attribute indicating what elements an attribute may be applied to.
Target(int) - Constructor for class org.apache.commons.attributes.Target
Creates a new target attribute.
toString() - Method in class org.apache.commons.attributes.AttributeIndex.ConstructorParameter
Converts this constructor parameter into a human-readable string.
toString() - Method in class org.apache.commons.attributes.AttributeIndex.MethodParameter
Converts this method parameter into a human-readable string.

U

Util - class org.apache.commons.attributes.Util.
 
Util() - Constructor for class org.apache.commons.attributes.Util
 

V

validateRepository(Class, AttributeRepositoryClass) - Static method in class org.apache.commons.attributes.Util
 

A C D E F G H I L M N O P R S T U V