| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.enhancer |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteCodeEnhancerTimer |
class |
FilterEnhancer
Implements a JDO enhancer as a byte-code filtering tool.
|
| Modifier and Type | Field and Description |
|---|---|
protected ByteCodeEnhancer |
ByteCodeEnhancerTimer.delegate |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ByteCodeEnhancerHelper.enhanceClassFile(ByteCodeEnhancer enhancer,
InputStream in,
OutputStream out)
Enhances a classfile.
|
static boolean |
ByteCodeEnhancerHelper.enhanceZipFile(ByteCodeEnhancer enhancer,
ZipInputStream zip_in,
ZipOutputStream zip_out)
Enhances a zip file.
|
| Constructor and Description |
|---|
ByteCodeEnhancerTimer(ByteCodeEnhancer delegate)
Creates an instance.
|
Copyright © 2013. All Rights Reserved.