|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EnhancerUserException | |
|---|---|
| com.sun.jdo.api.persistence.enhancer | |
| Uses of EnhancerUserException in com.sun.jdo.api.persistence.enhancer |
|---|
| Methods in com.sun.jdo.api.persistence.enhancer that throw EnhancerUserException | |
|---|---|
static boolean |
ByteCodeEnhancerHelper.enhanceClassFile(ByteCodeEnhancer enhancer,
InputStream in,
OutputStream out)
Enhances a classfile. |
boolean |
FilterEnhancer.enhanceClassFile(InputStream in,
OutputStream out)
|
boolean |
ByteCodeEnhancerTimer.enhanceClassFile(InputStream inByteCode,
OutputStream outByteCode)
|
boolean |
ByteCodeEnhancer.enhanceClassFile(InputStream inByteCode,
OutputStream outByteCode)
Enhances a given class according to the JDO meta-data. |
boolean |
FilterEnhancer.enhanceClassFile(InputStream inByteCode,
OutputStreamWrapper outByteCode)
Enhances a given class according to the JDO meta-data. |
boolean |
ByteCodeEnhancerTimer.enhanceClassFile(InputStream inByteCode,
OutputStreamWrapper outByteCode)
|
boolean |
ByteCodeEnhancer.enhanceClassFile(InputStream in,
OutputStreamWrapper out)
Enhances a given class according to the JDO meta-data. |
static boolean |
ByteCodeEnhancerHelper.enhanceZipFile(ByteCodeEnhancer enhancer,
ZipInputStream zip_in,
ZipOutputStream zip_out)
Enhances a zip file. |
protected void |
FilterEnhancer.init(JDOMetaData metaData,
Properties settings,
PrintWriter out,
PrintWriter err)
Initializes an instance of a JDO enhancer. |
| Constructors in com.sun.jdo.api.persistence.enhancer that throw EnhancerUserException | |
|---|---|
FilterEnhancer(JDOMetaData metaData,
Properties settings,
PrintWriter out,
PrintWriter err)
Creates an instance of a JDO enhancer. |
|
FilterEnhancer(Model metaData,
Properties settings,
PrintWriter out,
PrintWriter err)
Creates an instance of a JDO enhancer. |
|
FilterEnhancer(Properties metaData,
Properties settings,
PrintWriter out,
PrintWriter err)
Creates an instance of a JDO enhancer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||