org.apache.qpid.server.security.access.config
Class Action.Specificity
java.lang.Object
org.apache.qpid.server.security.access.config.Action.Specificity
- All Implemented Interfaces:
- Comparator<Action>
- Enclosing class:
- Action
public class Action.Specificity
- extends Object
- implements Comparator<Action>
An ordering based on specificity
- See Also:
Comparator.compare(Object, Object)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Action.Specificity
public Action.Specificity()
compare
public int compare(Action a,
Action b)
- Specified by:
compare
in interface Comparator<Action>
Licensed to the Apache Software Foundation