|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.util.AttributeSource.AttributeFactory
public abstract static class AttributeSource.AttributeFactory
An AttributeFactory creates instances of AttributeImpls.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
AttributeSource.AttributeFactory()
|
|
| Method Summary | |
|---|---|
abstract AttributeImpl |
createAttributeInstance(java.lang.Class attClass)
returns an AttributeImpl for the supplied Attribute interface class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final AttributeSource.AttributeFactory DEFAULT_ATTRIBUTE_FACTORY
AttributeImpls using the
class name of the supplied Attribute interface class by appending Impl to it.
| Constructor Detail |
|---|
public AttributeSource.AttributeFactory()
| Method Detail |
|---|
public abstract AttributeImpl createAttributeInstance(java.lang.Class attClass)
AttributeImpl for the supplied Attribute interface class.
Signature for Java 1.5: public AttributeImpl createAttributeInstance(Class%lt;? extends Attribute> attClass)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||