org.ccnx.ccn.profiles.security.access.group.ACL.SuperficialLinkComparator Class Reference
This class is for matching on unversioned link target name only, not label and potentially not signer if specified.
More...
Inherits java::util::Comparator< org::ccnx::ccn::io::content::Link >.
List of all members.
Detailed Description
This class is for matching on unversioned link target name only, not label and potentially not signer if specified.
Use a set class that can allow us to specify a comparator; use one that ignores labels and versions on names.
Member Function Documentation
int org.ccnx.ccn.profiles.security.access.group.ACL.SuperficialLinkComparator.compare |
( |
Link |
o1, |
|
|
Link |
o2 | |
|
) |
| | |
Compare two links.
- Parameters:
-
| o1 | first link |
| o2 | second link |
- Returns:
- result of comparison
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/profiles/security/access/group/ACL.java