public class LocationPredicates extends Object
Constructor and Description |
---|
LocationPredicates() |
Modifier and Type | Method and 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) |
public static com.google.common.base.Predicate<Location> isProvider()
public static com.google.common.base.Predicate<Location> isZone()
public static com.google.common.base.Predicate<Location> isRegion()
public static com.google.common.base.Predicate<Location> isSystem()
public static com.google.common.base.Predicate<Location> isNetwork()
Copyright © 2009-2013 jclouds. All Rights Reserved.