|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.neethi.util.PolicyComparator
public final class PolicyComparator
A Utility class that provides methods the check the equality of PolicyComponents.
Method Summary | |
---|---|
static boolean |
compare(All arg1,
All arg2)
|
static boolean |
compare(Assertion arg1,
Assertion arg2)
|
static boolean |
compare(ExactlyOne arg1,
ExactlyOne arg2)
|
static boolean |
compare(PolicyComponent arg1,
PolicyComponent arg2)
Returns true if the two PolicyComponents have the same semantics. |
static boolean |
compare(Policy arg1,
Policy arg2)
Returns true if the two policies have the same semantics |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean compare(Policy arg1, Policy arg2)
arg1
- a Policyarg2
- an another Policy
public static boolean compare(PolicyComponent arg1, PolicyComponent arg2)
arg1
- a PolicyComponentarg2
- an another PolicyComponent
public static boolean compare(All arg1, All arg2)
public static boolean compare(ExactlyOne arg1, ExactlyOne arg2)
public static boolean compare(Assertion arg1, Assertion arg2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |