Class AnyOrConfiguredZoneId
- java.lang.Object
-
- org.jclouds.location.predicates.fromconfig.AnyOrConfiguredZoneId
-
- All Implemented Interfaces:
com.google.common.base.Predicate<String>
,Predicate<String>
,ZoneIdFilter
@Singleton public class AnyOrConfiguredZoneId extends Object implements ZoneIdFilter
If there are zones configured inZoneIdsFromConfiguration
, return true if that set contains the input param. If there aren't, return true.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AnyOrConfiguredZoneId(ZoneIdsFromConfiguration idsInConfigSupplier)
-
-
-
Constructor Detail
-
AnyOrConfiguredZoneId
@Inject protected AnyOrConfiguredZoneId(ZoneIdsFromConfiguration idsInConfigSupplier)
-
-