Class KeyPairPredicates
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.predicates.KeyPairPredicates
-
public class KeyPairPredicates extends Object
Predicates handy when working with KeyPairs
-
-
Constructor Summary
Constructors Constructor Description KeyPairPredicates()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.base.Predicate<KeyPair>
nameEquals(String name)
matches name of the given keypair starts with the specified prefixstatic com.google.common.base.Predicate<KeyPair>
nameMatches(com.google.common.base.Predicate<String> name)
matches name of the given key pair
-