Uses of Class
attrib4j.AttributeException

Packages that use AttributeException
attrib4j   
attrib4j.bcel   
attrib4j.cfparse   
 

Uses of AttributeException in attrib4j
 

Methods in attrib4j that throw AttributeException
static AttributeFactory AttributeFactory.getFactory()
          Construct (if necessary) and return a AttributeFactory instance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.
abstract  AttributeExtractor AttributeFactory.getAttributeExtractor()
          Method to return a AttributeExtractor.
abstract  ClassAnnotator AttributeFactory.getClassAnnotator(java.io.InputStream is, java.lang.String classfileName)
          Method to return a ClassAnnotator.
protected static java.lang.ClassLoader AttributeFactory.getContextClassLoader()
          Return the thread context class loader if available.
protected static AttributeFactory AttributeFactory.newFactory(java.lang.String factoryClass, java.lang.ClassLoader classLoader)
          Return a new instance of the specified AttributeFactory implementation class, loaded by the specified class loader.
static AttributeCompilerFactory AttributeCompilerFactory.getFactory()
          Construct (if necessary) and return a AttributeCompilerFactory instance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.
abstract  AttributeCompiler AttributeCompilerFactory.getAttributeCompiler()
          Method to return a AttributeCompiler.
protected static java.lang.ClassLoader AttributeCompilerFactory.getContextClassLoader()
          Return the thread context class loader if available.
protected static AttributeCompilerFactory AttributeCompilerFactory.newFactory(java.lang.String factoryClass, java.lang.ClassLoader classLoader)
          Return a new instance of the specified AttributeCompilerFactory implementation class, loaded by the specified class loader.
 void AttributeCompiler.initialize(java.util.Map configMap)
          Initialize the compiler.
 void AttributeCompiler.compile()
          Start the attribute compilation!
 

Uses of AttributeException in attrib4j.bcel
 

Methods in attrib4j.bcel that throw AttributeException
 ClassAnnotator BCELFactory.getClassAnnotator(java.io.InputStream is, java.lang.String classfileName)
          Method to return a BCEL implementation of a ClassAnnotator.
 AttributeExtractor BCELFactory.getAttributeExtractor()
          Method to return a BCEL implementation of AttributeExtractor.
protected static java.lang.Class AbstractBCELClassAnnotator.createFromPackageSearch(java.lang.String baseClassname, java.net.URLClassLoader classloader, java.lang.String[] attributePackages)
           
 

Constructors in attrib4j.bcel that throw AttributeException
BCELClassAnnotator(java.io.InputStream classFile, java.lang.String classFileName)
           
 

Uses of AttributeException in attrib4j.cfparse
 

Methods in attrib4j.cfparse that throw AttributeException
 ClassAnnotator CFParseFactory.getClassAnnotator(java.io.InputStream is, java.lang.String classfileName)
          Method to return a BCEL implementation of a ClassAnnotator.
 AttributeExtractor CFParseFactory.getAttributeExtractor()
          Method to return a BCEL implementation of AttributeExtractor.
 

Constructors in attrib4j.cfparse that throw AttributeException
CFParseClassAnnotator(java.io.InputStream classFile)
          Create the instance using an InputStream initialized to the class file that will be modified/annotated.
 



Copyright © 2002-2003 Mark Pollack. All Rights Reserved.