com.sun.jdo.api.persistence.enhancer.impl
Class EnhancerControl

java.lang.Object
  extended by com.sun.jdo.api.persistence.enhancer.impl.EnhancerControl

public class EnhancerControl
extends Object

Main is the starting point for the persistent filter tool.


Constructor Summary
EnhancerControl(Environment env)
          Create an instance.
 
Method Summary
protected static void dumpClass(ClassControl cc)
          Dumps a class' signature and byte-code.
 void modifyClasses()
          Determine what modifications are needed and perform them
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnhancerControl

public EnhancerControl(Environment env)
Create an instance.

Method Detail

dumpClass

protected static void dumpClass(ClassControl cc)
Dumps a class' signature and byte-code.


modifyClasses

public void modifyClasses()
Determine what modifications are needed and perform them



Copyright © 2012. All Rights Reserved.