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> |
isProvider() |
static com.google.common.base.Predicate<Location> |
isRegion() |
static com.google.common.base.Predicate<Location> |
isZone() |
static com.google.common.base.Predicate<Location> |
isZoneOrRegionWhereRegionIdEquals(String region) |
Copyright © 2009-2012 jclouds. All Rights Reserved.