Class ImagePredicates
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.predicates.ImagePredicates
-
public class ImagePredicates extends Object
Predicates handy when working with Images
-
-
Constructor Summary
Constructors Constructor Description ImagePredicates()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.base.Predicate<Image>
statusEquals(Image.Status status)
matches status of the given image
-
-
-
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
-
-