org.codehaus.mojo.clirr
Class Difference.Result
java.lang.Object
org.codehaus.mojo.clirr.Difference.Result
- Enclosing class:
- Difference
public static class Difference.Result
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Difference.Result
public Difference.Result(int code,
Object differentiator)
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.