|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--attrib4j.AttributeFactory | +--attrib4j.cfparse.CFParseFactory
The CFParse implementation of the AttributeFactory.
Field Summary |
Fields inherited from class attrib4j.AttributeFactory |
factories, FACTORY_DEFAULT, FACTORY_PROPERTIES, FACTORY_PROPERTY, SERVICE_ID |
Constructor Summary | |
CFParseFactory()
A do nothing constructor. |
Method Summary | |
AttributeExtractor |
getAttributeExtractor()
Method to return a BCEL implementation of AttributeExtractor . |
ClassAnnotator |
getClassAnnotator(java.io.InputStream is,
java.lang.String classfileName)
Method to return a BCEL implementation of a ClassAnnotator . |
Methods inherited from class attrib4j.AttributeFactory |
getContextClassLoader, getFactory, newFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CFParseFactory()
Method Detail |
public ClassAnnotator getClassAnnotator(java.io.InputStream is, java.lang.String classfileName) throws AttributeException
ClassAnnotator
.
getClassAnnotator
in class AttributeFactory
classfileName
- not used in this implementation.
AttributeException
- if a suitable AttributeFactor
instance cannot be returnedpublic AttributeExtractor getAttributeExtractor() throws AttributeException
AttributeExtractor
.
getAttributeExtractor
in class AttributeFactory
AttributeException
- if a AttributeException
instance cannot be returned
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |