Package org.jclouds.location.predicates
Class LocationPredicates
- java.lang.Object
-
- org.jclouds.location.predicates.LocationPredicates
-
public class LocationPredicates extends Object
-
-
Constructor Summary
Constructors Constructor Description LocationPredicates()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.base.Predicate<Location>
idEquals(String id)
static com.google.common.base.Predicate<Location>
isNetwork()
static com.google.common.base.Predicate<Location>
isProvider()
static com.google.common.base.Predicate<Location>
isRegion()
static com.google.common.base.Predicate<Location>
isSystem()
static com.google.common.base.Predicate<Location>
isZone()
static com.google.common.base.Predicate<Location>
isZoneOrRegionWhereRegionIdEquals(String region)
-
-
-
Method Detail
-
isProvider
public static com.google.common.base.Predicate<Location> isProvider()
-
isZone
public static com.google.common.base.Predicate<Location> isZone()
-
isRegion
public static com.google.common.base.Predicate<Location> isRegion()
-
isSystem
public static com.google.common.base.Predicate<Location> isSystem()
-
isNetwork
public static com.google.common.base.Predicate<Location> isNetwork()
-
-