|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--attrib4j.AttributeFactory
|
+--attrib4j.bcel.BCELFactory
The BCEL implementation of the AttributeFactory.
| Field Summary |
| Fields inherited from class attrib4j.AttributeFactory |
factories, FACTORY_DEFAULT, FACTORY_PROPERTIES, FACTORY_PROPERTY, SERVICE_ID |
| Constructor Summary | |
BCELFactory()
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 BCELFactory()
| Method Detail |
public ClassAnnotator getClassAnnotator(java.io.InputStream is,
java.lang.String classfileName)
throws AttributeException
ClassAnnotator.
getClassAnnotator in class AttributeFactoryclassfileName - the name of the .class file.
AttributeException - if could not load the classfile from
the input stream when creating a ClassAnnotator.
public AttributeExtractor getAttributeExtractor()
throws AttributeException
AttributeExtractor.
getAttributeExtractor in class AttributeFactoryAttributeException - will not be thrown in this impl.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||