org.apache.jdo.impl.enhancer.util
Class AugmentationTest
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.impl.enhancer.util.AugmentationTest
- public class AugmentationTest
- extends JdoMetaMain
Utility class for testing a class file for correct augmentation.
- Author:
- Martin Zaun
Fields inherited from class org.apache.jdo.impl.enhancer.util.Support |
timer |
Constructor Summary |
AugmentationTest(java.io.PrintWriter out,
java.io.PrintWriter err)
|
Method Summary |
protected void |
init()
Initializes all components. |
static void |
main(java.lang.String[] args)
Runs this class |
protected int |
process()
Run the augmentation test. |
protected int |
test(java.io.PrintWriter out,
boolean verbose,
java.util.List classNames)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AFFIRMATIVE
public static final int AFFIRMATIVE
- See Also:
- Constant Field Values
NEGATIVE
public static final int NEGATIVE
- See Also:
- Constant Field Values
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
AugmentationTest
public AugmentationTest(java.io.PrintWriter out,
java.io.PrintWriter err)
test
protected int test(java.io.PrintWriter out,
boolean verbose,
java.util.List classNames)
init
protected void init()
throws EnhancerFatalError,
EnhancerUserException
- Initializes all components.
- Overrides:
init
in class JdoMetaMain
- Throws:
EnhancerFatalError
EnhancerUserException
process
protected int process()
- Run the augmentation test.
- Overrides:
process
in class GenericMain
main
public static void main(java.lang.String[] args)
- Runs this class
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.