Alphabetical Index

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(Field,Object) - method in class org.apache.commons.attributes.RuntimeAttributeRepository
Adds an attribute to a field.
addFieldAttribute(String,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,Constructor) - method in class org.apache.commons.attributes.AttributeIndex
addIndex(Collection,Constructor,int) - 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,Method,int) - method in class org.apache.commons.attributes.AttributeIndex
addMethodAttribute(Method,Object) - method in class org.apache.commons.attributes.RuntimeAttributeRepository
Adds an attribute to a method.
addMethodAttribute(String,Class[],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(Method,int,Object) - method in class org.apache.commons.attributes.RuntimeAttributeRepository
Adds an attribute to a parameter of a method.
Adds an attribute to a parameter of a method.
addReturnAttribute(Method,Object) - method in class org.apache.commons.attributes.RuntimeAttributeRepository
Adds an attribute to the return value of a method.
addReturnAttribute(String,Class[],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 field 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.
AttributeRepositoryClass - interface org.apache.commons.attributes.AttributeRepositoryClass
Interface implemented by all attribute repository classes.
attributes - field in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
Attributes - class org.apache.commons.attributes.Attributes
API for accessing attributes.
AttributeUtil - class org.apache.commons.attributes.AttributeUtil
Commonly used convenience functions.

C

CachedRepository - interface org.apache.commons.attributes.CachedRepository
An attribute repository cache.
checkSealed() - method in class org.apache.commons.attributes.DefaultSealable
Checks if the 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 - class 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.
CLASS - static field in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a class or interface.
classAttributes - field in class org.apache.commons.attributes.DefaultCachedRepository
classAttributes - field in class org.apache.commons.attributes.RuntimeAttributeRepository
Set of class attributes.
classes - field in class org.apache.commons.attributes.AttributeIndex.IndexNode
classLoader - field in class org.apache.commons.attributes.AttributeIndex
classRepositories - static field in class org.apache.commons.attributes.Attributes
A cache of attribute repositories.
clazz - field in class org.apache.commons.attributes.RuntimeAttributeRepository
Class we are defining attributes for.
CONSTRUCTOR - static field in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a constructor.
CONSTRUCTOR_PARAMETER - static field in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a constructor parameter.
constructorAttributes - field in class org.apache.commons.attributes.RuntimeAttributeRepository
Set of ctor attributes.
A constructor parameter.
ConstructorParameter(Constructor,int) - constructor for class org.apache.commons.attributes.AttributeIndex.ConstructorParameter
Constructs a new ConstructorParameter.
constructorParameters - field in class org.apache.commons.attributes.AttributeIndex.IndexNode
constructors - field in class org.apache.commons.attributes.AttributeIndex.IndexNode
constructors - field in class org.apache.commons.attributes.DefaultCachedRepository
ctor - field in class org.apache.commons.attributes.AttributeIndex.ConstructorParameter

D

decodedClassName(String) - static method in class org.apache.commons.attributes.Util
DefaultCachedRepository - class org.apache.commons.attributes.DefaultCachedRepository
DefaultSealable - class org.apache.commons.attributes.DefaultSealable
Implementation of the Sealable interface.
DefaultSealable() - constructor for class org.apache.commons.attributes.DefaultSealable
Default ctor.

E

EMPTY - static field in class org.apache.commons.attributes.CachedRepository
EMPTY_COLLECTION - static field in class org.apache.commons.attributes.DefaultCachedRepository
EMPTY_COLLECTION - static field in class org.apache.commons.attributes.EmptyCachedRepository
EmptyAttributeRepositoryClass - class org.apache.commons.attributes.EmptyAttributeRepositoryClass
Empty implementation of AttributeRepositoryClass.
EmptyCachedRepository - class org.apache.commons.attributes.EmptyCachedRepository
Null implementation of a cached repository.
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 field in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a field.
fieldAttributes - field in class org.apache.commons.attributes.RuntimeAttributeRepository
Set of field attributes.
fields - field in class org.apache.commons.attributes.AttributeIndex.IndexNode
fields - field in class org.apache.commons.attributes.DefaultCachedRepository
flags - field in class org.apache.commons.attributes.Target
flagsToString(int) - static method in class org.apache.commons.attributes.InvalidAttributeTargetError
formatMessage(String,int,int) - static method in class org.apache.commons.attributes.ParameterIndexOutOfBoundsException

G

getAttribute(Class,Class) - static method in class org.apache.commons.attributes.Attributes
Get one attributes of a given type from a class.
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(Constructor,Class) - static method in class org.apache.commons.attributes.Attributes
Get one attributes of a given type from a constructor.
getAttribute(Field,Class) - static method in class org.apache.commons.attributes.Attributes
Get one attributes of a given type from a field.
getAttribute(Method,Class) - static method in class org.apache.commons.attributes.Attributes
Get one attributes of a given type from a method.
getAttributes() - method in class org.apache.commons.attributes.CachedRepository
getAttributes() - 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(Class) - static method in class org.apache.commons.attributes.Attributes
Gets all attributes for a class.
getAttributes(Class,Class) - static method in class org.apache.commons.attributes.Attributes
Get all attributes of a given type from a class.
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(Constructor) - static method in class org.apache.commons.attributes.Attributes
Gets all attributes for a constructor.
getAttributes(Constructor) - method in class org.apache.commons.attributes.CachedRepository
getAttributes(Constructor) - method in class org.apache.commons.attributes.DefaultCachedRepository
getAttributes(Constructor) - method in class org.apache.commons.attributes.EmptyCachedRepository
getAttributes(Constructor,Class) - static method in class org.apache.commons.attributes.Attributes
Get all attributes of a given type from a constructor.
getAttributes(Field) - static method in class org.apache.commons.attributes.Attributes
Gets all attributes for a field.
getAttributes(Field) - method in class org.apache.commons.attributes.CachedRepository
getAttributes(Field) - method in class org.apache.commons.attributes.DefaultCachedRepository
getAttributes(Field) - method in class org.apache.commons.attributes.EmptyCachedRepository
getAttributes(Field,Class) - static method in class org.apache.commons.attributes.Attributes
Get all attributes of a given type from a field.
getAttributes(Method) - static method in class org.apache.commons.attributes.Attributes
Gets all attributes for a method.
getAttributes(Method) - method in class org.apache.commons.attributes.CachedRepository
getAttributes(Method) - method in class org.apache.commons.attributes.DefaultCachedRepository
getAttributes(Method) - method in class org.apache.commons.attributes.EmptyCachedRepository
getAttributes(Method,Class) - static method in class org.apache.commons.attributes.Attributes
Get all attributes of a given type from a method.
getCachedRepository(Class) - static method in class org.apache.commons.attributes.Attributes
getCause() - method in class org.apache.commons.attributes.RepositoryError
Get the nested Throwable, if any.
getClassAttributes() - method in class 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(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
Gets a Collection of the classes that have an attribute of the specified class.
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 class 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 class 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
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 class 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
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
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(Constructor,int,Class) - static method in class org.apache.commons.attributes.Attributes
Get one attributes of a given type from a constructor's parameter.
getParameterAttribute(Method,int,Class) - static method in class org.apache.commons.attributes.Attributes
Get one attributes of a given type from a parameter.
getParameterAttributes(Constructor,int) - static method in class org.apache.commons.attributes.Attributes
Gets all attributes for a parameter of a constructor.
getParameterAttributes(Constructor,int) - method in class org.apache.commons.attributes.CachedRepository
getParameterAttributes(Constructor,int) - method in class org.apache.commons.attributes.DefaultCachedRepository
getParameterAttributes(Constructor,int) - method in class org.apache.commons.attributes.EmptyCachedRepository
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(int) - method in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
getParameterAttributes(Method,int) - static method in class org.apache.commons.attributes.Attributes
Gets all attributes for a parameter of a method.
getParameterAttributes(Method,int) - method in class org.apache.commons.attributes.CachedRepository
getParameterAttributes(Method,int) - method in class org.apache.commons.attributes.DefaultCachedRepository
getParameterAttributes(Method,int) - method in class org.apache.commons.attributes.EmptyCachedRepository
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.
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 in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
getReturnAttributes(Method) - static method in class org.apache.commons.attributes.Attributes
Gets all attributes for the return value of a method.
getReturnAttributes(Method) - method in class org.apache.commons.attributes.CachedRepository
getReturnAttributes(Method) - method in class org.apache.commons.attributes.DefaultCachedRepository
getReturnAttributes(Method) - method in class org.apache.commons.attributes.EmptyCachedRepository
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.
getSignature(Constructor) - static method in class org.apache.commons.attributes.Util
getSignature(Method) - static method in class org.apache.commons.attributes.Util

H

hasAttribute(Class,Object) - static method in class org.apache.commons.attributes.Attributes
Tests if a class has an attribute.
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(Constructor,Object) - static method in class org.apache.commons.attributes.Attributes
Tests if a constructor has an attribute.
hasAttribute(Field,Object) - static method in class org.apache.commons.attributes.Attributes
Tests if a field has an attribute.
hasAttribute(Method,Object) - static method in class org.apache.commons.attributes.Attributes
Tests if a method has an attribute.
hasAttributeType(Class,Class) - static method in class org.apache.commons.attributes.Attributes
Tests if a class has an attribute of a given type.
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(Constructor,Class) - static method in class org.apache.commons.attributes.Attributes
Tests if a constructor 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(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(Constructor,int,Object) - static method in class org.apache.commons.attributes.Attributes
Tests if a constructor's parameter has an attribute.
hasParameterAttribute(Method,int,Object) - static method in class org.apache.commons.attributes.Attributes
Tests if a method's parameter has an attribute.
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.
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.
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 - field in class org.apache.commons.attributes.AttributeIndex
index - field in class org.apache.commons.attributes.AttributeIndex.ConstructorParameter
index - field in class org.apache.commons.attributes.AttributeIndex.MethodParameter
Indexed - class org.apache.commons.attributes.Indexed
This attribute is used to mark attributes as being indexed.
AttributeIndex.IndexNode - class org.apache.commons.attributes.AttributeIndex.IndexNode
Inheritable - class org.apache.commons.attributes.Inheritable
This attribute is used to mark attributes as being inheritable.
initList - static field in class org.apache.commons.attributes.Attributes
List used to keep track of the initialization list in getCachedRepository.
INSTANCE - static field in class org.apache.commons.attributes.EmptyAttributeRepositoryClass
InvalidAttributeTargetError - class 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
Creates a new InvalidAttributeTargetError.

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 - field in class org.apache.commons.attributes.AttributeIndex.MethodParameter
METHOD - static field in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a method.
METHOD_PARAMETER - static field in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a method parameter.
MethodAttributeBundle(String) - constructor for class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
methodAttributes - field in class org.apache.commons.attributes.RuntimeAttributeRepository
Set of method attributes.
methodName - field in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
Reference to a method parameter.
MethodParameter(Method,int) - constructor for class org.apache.commons.attributes.AttributeIndex.MethodParameter
Constructs a new MethodParameter.
methodParameters - field in class org.apache.commons.attributes.AttributeIndex.IndexNode
methods - field in class org.apache.commons.attributes.AttributeIndex.IndexNode
methods - field in class org.apache.commons.attributes.DefaultCachedRepository
MultipleAttributesError - class org.apache.commons.attributes.MultipleAttributesError
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 class org.apache.commons.attributes.MultipleAttributesError
Create a new MultipleAttributesError.

N

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

O

Provides an API for accessing attributes.

P

PARAMETER - static field in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a parameter of a method or a constructor.
parameterAttributes - field in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
Thrown when attempting to get attributes for a parameter of a constructor or method and the parameter index is out of bounds.
Create a new ParameterIndexOutOfBoundsException.

R

RepositoryError - class 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
Create a new RepositoryError with no message or nested Throwable.
RepositoryError(String) - constructor for class org.apache.commons.attributes.RepositoryError
Create a new RepositoryError with a message but no nested Throwable.
RepositoryError(String,Throwable) - constructor for class org.apache.commons.attributes.RepositoryError
Create a new RepositoryError with a message and nested Throwable.
RepositoryError(Throwable) - constructor for class org.apache.commons.attributes.RepositoryError
Create a new RepositoryError with a nested Throwable.
RETURN - static field in class org.apache.commons.attributes.Target
Indicates that the attribute can be applied to a method return value.
returnAttributes - field in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
returnValues - field in class org.apache.commons.attributes.AttributeIndex.IndexNode
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.

S

seal() - 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 class 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.
seal(Collection) - method in class org.apache.commons.attributes.AttributeIndex.IndexNode
Sealable - interface org.apache.commons.attributes.Sealable
Marks an attribute class as being sealable.
sealed - field in class org.apache.commons.attributes.DefaultSealable
Boolean flag indicating whether the seal() method has been called.
sealed - field in class org.apache.commons.attributes.RuntimeAttributeRepository
Flag indicating whether this repository is modifiable.
SealedAttributeException - class org.apache.commons.attributes.SealedAttributeException
Thrown when an attempt is made to modify a Sealable attribute that has been sealed.
SealedAttributeException() - constructor for class org.apache.commons.attributes.SealedAttributeException
setAttributes(Collection) - method in class org.apache.commons.attributes.DefaultCachedRepository.MethodAttributeBundle
setAttributes(org.apache.commons.attributes.RuntimeAttributeRepository) - static method in class org.apache.commons.attributes.Attributes
Set attributes for a given class.
syncLock - field in class org.apache.commons.attributes.RuntimeAttributeRepository
Synchronization lock for sealing the repository.

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

V

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