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
private  void EnhancerMain.enhanceClassFile(java.io.InputStream in)
          Enhances a classfile.
private  void EnhancerMain.enhanceArchiveFile(java.lang.String fileName)
          Enhances a archive file.
protected  void EnhancerMain.init()
          Initializes all components.
private  void Main.enhanceClassFile(java.io.InputStream in)
          Enhances a classfile.
private  void Main.enhanceZipFile(java.lang.String filename)
          Enhances a zipfile.
 

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

Methods in org.apache.jdo.impl.enhancer that throw EnhancerUserException
protected  void JdoMetaMain.init()
          Initializes all components.
protected  void ClassArgMain.init()
          Initializes all components.
protected  void GenericMain.init()
          Initializes all components.
 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.
 boolean ClassFileEnhancerTimer.enhanceClassFile(java.io.InputStream inClassFile, java.io.OutputStream outClassFile)
           
 boolean ClassFileEnhancerTimer.enhanceClassFile(java.io.InputStream inClassFile, OutputStreamWrapper outClassFile)
           
 

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.
private  boolean EnhancerFilter.enhanceClassFile1(java.io.InputStream inClassFile, OutputStreamWrapper outClassFile)
          Enhances a given class according to the JDO meta-data.
 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.