Class AnyOrConfiguredZoneId
java.lang.Object
org.jclouds.location.predicates.fromconfig.AnyOrConfiguredZoneId
- All Implemented Interfaces:
com.google.common.base.Predicate<String>
,Predicate<String>
,ZoneIdFilter
If there are zones configured in
ZoneIdsFromConfiguration
, return
true if that set contains the input param. If there aren't, return true.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AnyOrConfiguredZoneId
(ZoneIdsFromConfiguration idsInConfigSupplier) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test