org.apache.jdo.impl.enhancer.util
Class AugmentationDiffTest

java.lang.Object
  extended byorg.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

Field Summary
static int AFFIRMATIVE
           
static int ERROR
           
static int INTERNAL_ERROR
           
static int NEGATIVE
           
static int OK
           
static int USAGE_ERROR
           
 
Constructor Summary
AugmentationDiffTest()
           
 
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
 

Field Detail

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
Constructor Detail

AugmentationDiffTest

public AugmentationDiffTest()
Method Detail

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-2007 Apache Software Foundation. All Rights Reserved.