org.apache.jdo.enhancer
Class EnhancerMain
java.lang.Object
org.apache.jdo.impl.enhancer.util.Assertion
org.apache.jdo.impl.enhancer.util.Support
org.apache.jdo.impl.enhancer.LogSupport
org.apache.jdo.impl.enhancer.GenericMain
org.apache.jdo.impl.enhancer.ClassArgMain
org.apache.jdo.impl.enhancer.JdoMetaMain
org.apache.jdo.enhancer.EnhancerMain
- public class EnhancerMain
- extends JdoMetaMain
JDO command line enhancer.
- Author:
- Martin Zaun
Fields inherited from class org.apache.jdo.impl.enhancer.util.Support |
timer |
Constructor Summary |
EnhancerMain(java.io.PrintWriter out,
java.io.PrintWriter err)
Creates an instance. |
EnhancerMain(java.io.PrintWriter out,
java.io.PrintWriter err,
EnhancerOptions options)
Creates an instance. |
Method Summary |
protected void |
init()
Initializes all components. |
static void |
main(java.lang.String[] args)
Runs this class |
protected int |
process()
Run the enhancer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
options
protected EnhancerOptions options
- The options and arguments.
enhancer
protected ClassFileEnhancer enhancer
- The byte code enhancer.
EnhancerMain
public EnhancerMain(java.io.PrintWriter out,
java.io.PrintWriter err)
- Creates an instance.
EnhancerMain
public EnhancerMain(java.io.PrintWriter out,
java.io.PrintWriter err,
EnhancerOptions options)
- Creates an instance.
init
protected void init()
throws EnhancerFatalError,
EnhancerUserException
- Initializes all components.
- Overrides:
init
in class JdoMetaMain
- Throws:
EnhancerFatalError
EnhancerUserException
process
protected int process()
- Run the enhancer.
- Overrides:
process
in class GenericMain
main
public static void main(java.lang.String[] args)
- Runs this class
Copyright © 2005 Apache Software Foundation. All Rights Reserved.