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

A

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.ConstructorParameter(Constructor, int) - Constructor for class org.apache.commons.attributes.AttributeIndex.ConstructorParameter
Constructs a new ConstructorParameter.
AttributeIndex.IndexNode - Class in org.apache.commons.attributes
 
AttributeIndex.IndexNode() - Constructor for class org.apache.commons.attributes.AttributeIndex.IndexNode
 
AttributeIndex.MethodParameter - Class in org.apache.commons.attributes
Reference to a method parameter.
AttributeIndex.MethodParameter(Method, int) - Constructor for class org.apache.commons.attributes.AttributeIndex.MethodParameter
Constructs a new MethodParameter.
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
 

C

CachedRepository - Interface in org.apache.commons.attributes
An attribute repository cache.
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
 
checkTargets(int, Collection, String) - Static method in class org.apache.commons.attributes.Util
 
CircularDependencyError - Error in org.apache.commons.attributes
Thrown when an attribute repository class can't be loaded because it resulted in a circular dependency.
CircularDependencyError(String, List) - Constructor for error org.apache.commons.attributes.CircularDependencyError
Create a new CircularDependencyError.
CLASS - Static variable in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a class or interface.
classAttributes - Variable in class org.apache.commons.attributes.DefaultCachedRepository
 
classAttributes - Variable in class org.apache.commons.attributes.RuntimeAttributeRepository
Set of class attributes.
classes - Variable in class org.apache.commons.attributes.AttributeIndex.IndexNode
 
classLoader - Variable in class org.apache.commons.attributes.AttributeIndex
 
classRepositories - Static variable in class org.apache.commons.attributes.Attributes
A cache of attribute repositories.
clazz - Variable in class org.apache.commons.attributes.RuntimeAttributeRepository
Class we are defining attributes for.
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.
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

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

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 in org.apache.commons.attributes
Empty implementation of AttributeRepositoryClass.
EmptyAttributeRepositoryClass() - Constructor for class org.apache.commons.attributes.EmptyAttributeRepositoryClass
 
EmptyCachedRepository - Class in org.apache.commons.attributes
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 error org.apache.commons.attributes.InvalidAttributeTargetError
 
formatMessage(String, int, int) - Static method in exception org.apache.commons.attributes.ParameterIndexOutOfBoundsException
 

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

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

I

index - Variable in class org.apache.commons.attributes.AttributeIndex.ConstructorParameter
 
index - Variable in class org.apache.commons.attributes.AttributeIndex
 
index - Variable in class org.apache.commons.attributes.AttributeIndex.MethodParameter
 
Indexed - Class in org.apache.commons.attributes
This attribute is used to mark attributes as being indexed.
Indexed() - Constructor for class org.apache.commons.attributes.Indexed
 
Inheritable - Class in org.apache.commons.attributes
This attribute is used to mark attributes as being inheritable.
Inheritable() - Constructor for class org.apache.commons.attributes.Inheritable
 
initList - Static variable in class org.apache.commons.attributes.Attributes
List used to keep track of the initialization list in getCachedRepository.
INSTANCE - Static variable in class org.apache.commons.attributes.EmptyAttributeRepositoryClass
 
InvalidAttributeTargetError - Error in org.apache.commons.attributes
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 error org.apache.commons.attributes.InvalidAttributeTargetError
Creates a new InvalidAttributeTargetError.

L

listDeps(List) - Static method in error 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 - Variable in class org.apache.commons.attributes.AttributeIndex.MethodParameter
 
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.
methodAttributes - Variable in class org.apache.commons.attributes.RuntimeAttributeRepository
Set of method attributes.
methodName - Variable in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
 
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
 
MultipleAttributesError - Error in org.apache.commons.attributes
Thrown when one of the Attributes.getAttribute methods find more than one instance of the specified attribute class and the method only expected to find a single instance.
MultipleAttributesError(String) - Constructor for error org.apache.commons.attributes.MultipleAttributesError
Create a new MultipleAttributesError.

N

nested - Variable in error 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
 
ParameterIndexOutOfBoundsException - Exception in org.apache.commons.attributes
Thrown when attempting to get attributes for a parameter of a constructor or method and the parameter index is out of bounds.
ParameterIndexOutOfBoundsException(String, int, int) - Constructor for exception org.apache.commons.attributes.ParameterIndexOutOfBoundsException
Create a new ParameterIndexOutOfBoundsException.

R

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

S

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.
Sealable - Interface in org.apache.commons.attributes
Marks an attribute class as being sealable.
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.
SealedAttributeException - Exception in org.apache.commons.attributes
Thrown when an attempt is made to modify a Sealable attribute that has been sealed.
SealedAttributeException() - Constructor for exception org.apache.commons.attributes.SealedAttributeException
 
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
 
syncLock - Variable in class org.apache.commons.attributes.RuntimeAttributeRepository
Synchronization lock for sealing the repository.

T

Target - Class in org.apache.commons.attributes
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 in org.apache.commons.attributes
 
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