org.jclouds.joyent.cloudapi.v6_5.predicates
Class KeyPredicates

java.lang.Object
  extended by org.jclouds.joyent.cloudapi.v6_5.predicates.KeyPredicates

public class KeyPredicates
extends Object

Predicates handy when working with Keys

Author:
Adrian Cole

Constructor Summary
KeyPredicates()
           
 
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
 

Constructor Detail

KeyPredicates

public KeyPredicates()
Method Detail

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.