|
||||||||||
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 AttributeImpl
s.
Field Summary | |
---|---|
static AttributeSource.AttributeFactory |
DEFAULT_ATTRIBUTE_FACTORY
This is the default factory that creates AttributeImpl s 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<? extends Attribute> 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
AttributeImpl
s 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<? extends Attribute> attClass)
AttributeImpl
for the supplied Attribute
interface class.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |