org.jclouds.cloudstack.predicates
Class UserPredicates.ApiKeyEquals

java.lang.Object
  extended by org.jclouds.cloudstack.predicates.UserPredicates.ApiKeyEquals
All Implemented Interfaces:
com.google.common.base.Predicate<User>
Enclosing class:
UserPredicates

public static class UserPredicates.ApiKeyEquals
extends Object
implements com.google.common.base.Predicate<User>


Constructor Summary
UserPredicates.ApiKeyEquals(String apiKey)
           
 
Method Summary
 boolean apply(User input)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

UserPredicates.ApiKeyEquals

public UserPredicates.ApiKeyEquals(String apiKey)
Method Detail

apply

public boolean apply(User input)
Specified by:
apply in interface com.google.common.base.Predicate<User>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.