public abstract static class AttributeSource.AttributeFactory extends Object
AttributeImpls.| Modifier and Type | Field and Description |
|---|---|
static AttributeSource.AttributeFactory |
DEFAULT_ATTRIBUTE_FACTORY
This is the default factory that creates
AttributeImpls using the
class name of the supplied Attribute interface class by appending Impl to it. |
| Constructor and Description |
|---|
AttributeSource.AttributeFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract AttributeImpl |
createAttributeInstance(Class attClass)
returns an
AttributeImpl for the supplied Attribute interface class. |
public static final AttributeSource.AttributeFactory DEFAULT_ATTRIBUTE_FACTORY
AttributeImpls using the
class name of the supplied Attribute interface class by appending Impl to it.public abstract AttributeImpl createAttributeInstance(Class attClass)
AttributeImpl for the supplied Attribute interface class.
Signature for Java 1.5: public AttributeImpl createAttributeInstance(Class%lt;? extends Attribute> attClass)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.