org.jclouds.joyent.cloudapi.v6_5.predicates
Class KeyPredicates
java.lang.Object
org.jclouds.joyent.cloudapi.v6_5.predicates.KeyPredicates
public class KeyPredicates
- extends Object
Predicates handy when working with Keys
- Author:
- Adrian Cole
|
Method Summary |
static com.google.common.base.Predicate<Key> |
nameMatches(com.google.common.base.Predicate<String> name)
matches name of the given key pair |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyPredicates
public KeyPredicates()
nameMatches
public static com.google.common.base.Predicate<Key> nameMatches(com.google.common.base.Predicate<String> name)
- matches name of the given key pair
- Parameters:
name -
- Returns:
- predicate that matches name
Copyright © 2009-2012 jclouds. All Rights Reserved.