org.codehaus.mojo.clirr
Class Difference.Result

java.lang.Object
  extended by org.codehaus.mojo.clirr.Difference.Result
Enclosing class:
Difference

public static class Difference.Result
extends Object


Field Summary
static int DEFERRED_MATCH
           
static int MATCHED
           
static int NOT_MATCHED
           
 
Constructor Summary
Difference.Result(int code, Object differentiator)
           
 
Method Summary
static Difference.Result deferred(Object differentiator)
           
 int getCode()
           
 Object getDifferentiator()
           
static Difference.Result matched()
           
static Difference.Result notMatched()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MATCHED

public static final int MATCHED
See Also:
Constant Field Values

NOT_MATCHED

public static final int NOT_MATCHED
See Also:
Constant Field Values

DEFERRED_MATCH

public static final int DEFERRED_MATCH
See Also:
Constant Field Values
Constructor Detail

Difference.Result

public Difference.Result(int code,
                         Object differentiator)
Method Detail

notMatched

public static Difference.Result notMatched()

matched

public static Difference.Result matched()

deferred

public static Difference.Result deferred(Object differentiator)

getCode

public int getCode()

getDifferentiator

public Object getDifferentiator()


Copyright © 2006-2013 Codehaus. All Rights Reserved.