org.jclouds.openstack.nova.v2_0.predicates
Class ImagePredicates

java.lang.Object
  extended by org.jclouds.openstack.nova.v2_0.predicates.ImagePredicates

public class ImagePredicates
extends Object

Predicates handy when working with Images

Author:
Adrian Cole

Constructor Summary
ImagePredicates()
           
 
Method Summary
static com.google.common.base.Predicate<Image> statusEquals(Image.Status status)
          matches status of the given image
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImagePredicates

public ImagePredicates()
Method Detail

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.