org.apache.jdo.impl.enhancer.util
Class AugmentationDiffTest
java.lang.Object
org.apache.jdo.impl.enhancer.util.AugmentationDiffTest
public class AugmentationDiffTest
- extends java.lang.Object
Utility class for testing two class files for equal augmentation.
- Author:
- Martin Zaun
Method Summary |
static void |
main(java.lang.String[] argv)
|
int |
test(java.io.PrintWriter out,
boolean verbose,
java.util.List classFileNames)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OK
public static final int OK
- See Also:
- Constant Field Values
USAGE_ERROR
public static final int USAGE_ERROR
- See Also:
- Constant Field Values
INTERNAL_ERROR
public static final int INTERNAL_ERROR
- See Also:
- Constant Field Values
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
AugmentationDiffTest
public AugmentationDiffTest()
test
public int test(java.io.PrintWriter out,
boolean verbose,
java.util.List classFileNames)
main
public static void main(java.lang.String[] argv)
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.