org.jclouds.openstack.nova.v2_0.predicates
Class ImagePredicates
java.lang.Object
org.jclouds.openstack.nova.v2_0.predicates.ImagePredicates
public class ImagePredicates
- extends Object
Predicates handy when working with Images
- Author:
- Adrian Cole
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImagePredicates
public ImagePredicates()
statusEquals
public static com.google.common.base.Predicate<Image> statusEquals(Image.Status status)
- matches status of the given image
- Parameters:
status -
- Returns:
- predicate that matches status
Copyright © 2009-2012 jclouds. All Rights Reserved.