public class LinkPredicates extends Object
| Constructor and Description |
|---|
LinkPredicates() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Link> |
nameEquals(String name) |
static com.google.common.base.Predicate<Link> |
relEquals(Link.Rel rel) |
static com.google.common.base.Predicate<Link> |
relEquals(String rel)
matches links of the given relation
|
static com.google.common.base.Predicate<Link> |
typeEquals(String type) |
public static com.google.common.base.Predicate<Link> relEquals(String rel)
rel - from context.getApi().getCurrentSession().get().getLinks()public static com.google.common.base.Predicate<Link> relEquals(Link.Rel rel)
relEquals(String)public static com.google.common.base.Predicate<Link> nameEquals(String name)
ReferenceTypePredicates#nameEqualsCopyright © 2009-2013 jclouds. All Rights Reserved.