Uses of Class
org.apache.jdo.impl.enhancer.EnhancerUserException

Packages that use EnhancerUserException
org.apache.jdo.enhancer This package contains th eenhancer interface. 
org.apache.jdo.impl.enhancer   
org.apache.jdo.impl.enhancer.core   
org.apache.jdo.impl.enhancer.util   
 

Uses of EnhancerUserException in org.apache.jdo.enhancer
 

Methods in org.apache.jdo.enhancer that throw EnhancerUserException
protected  void EnhancerMain.init()
          Initializes all components.
 

Uses of EnhancerUserException in org.apache.jdo.impl.enhancer
 

Methods in org.apache.jdo.impl.enhancer that throw EnhancerUserException
protected  void ClassArgMain.init()
          Initializes all components.
protected  void JdoMetaMain.init()
          Initializes all components.
 boolean ClassFileEnhancerTimer.enhanceClassFile(java.io.InputStream inClassFile, java.io.OutputStream outClassFile)
           
 boolean ClassFileEnhancerTimer.enhanceClassFile(java.io.InputStream inClassFile, OutputStreamWrapper outClassFile)
           
 boolean ClassFileEnhancer.enhanceClassFile(java.io.InputStream in, java.io.OutputStream out)
          Enhances a given class according to the JDO meta-data.
 boolean ClassFileEnhancer.enhanceClassFile(java.io.InputStream in, OutputStreamWrapper out)
          Enhances a given class according to the JDO meta-data.
static boolean ClassFileEnhancerHelper.enhanceClassFile(ClassFileEnhancer enhancer, java.io.InputStream in, java.io.OutputStream out)
          Enhances a classfile.
static boolean ClassFileEnhancerHelper.enhanceZipFile(ClassFileEnhancer enhancer, java.util.zip.ZipInputStream zip_in, java.util.zip.ZipOutputStream zip_out)
          Enhances a zip file.
protected  void GenericMain.init()
          Initializes all components.
 

Uses of EnhancerUserException in org.apache.jdo.impl.enhancer.core
 

Methods in org.apache.jdo.impl.enhancer.core that throw EnhancerUserException
protected  void EnhancerFilter.init(EnhancerMetaData metaData, java.util.Properties settings, java.io.PrintWriter out, java.io.PrintWriter err)
          Initializes an instance of a JDO enhancer.
 boolean EnhancerFilter.enhanceClassFile(java.io.InputStream inClassFile, OutputStreamWrapper outClassFile)
          Enhances a given class according to the JDO meta-data.
 boolean EnhancerFilter.enhanceClassFile(java.io.InputStream in, java.io.OutputStream out)
           
 

Constructors in org.apache.jdo.impl.enhancer.core that throw EnhancerUserException
EnhancerFilter(EnhancerMetaData metaData, java.util.Properties settings, java.io.PrintWriter out, java.io.PrintWriter err)
          Creates an instance of a JDO enhancer.
 

Uses of EnhancerUserException in org.apache.jdo.impl.enhancer.util
 

Methods in org.apache.jdo.impl.enhancer.util that throw EnhancerUserException
protected  void AugmentationTest.init()
          Initializes all components.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.