public class KeyPairPredicates extends Object
Constructor and Description |
---|
KeyPairPredicates() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<KeyPair> |
nameEquals(String name)
matches name of the given keypair starts with the specified prefix
|
static com.google.common.base.Predicate<KeyPair> |
nameMatches(com.google.common.base.Predicate<String> name)
matches name of the given key pair
|
Copyright © 2009-2013 jclouds. All Rights Reserved.