Class FindSecurityGroupWithNameAndReturnTrue
java.lang.Object
org.jclouds.openstack.nova.v2_0.predicates.FindSecurityGroupWithNameAndReturnTrue
- All Implemented Interfaces:
com.google.common.base.Predicate<AtomicReference<RegionAndName>>,Predicate<AtomicReference<RegionAndName>>
@Singleton
public class FindSecurityGroupWithNameAndReturnTrue
extends Object
implements com.google.common.base.Predicate<AtomicReference<RegionAndName>>
AtomicReference is so that we can return the securityGroup that matched.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanapply(AtomicReference<RegionAndName> securityGroupInRegionRef) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Predicate
equals, test
-
Field Details
-
logger
protected org.jclouds.logging.Logger logger
-
-
Constructor Details
-
FindSecurityGroupWithNameAndReturnTrue
-
-
Method Details
-
apply
- Specified by:
applyin interfacecom.google.common.base.Predicate<AtomicReference<RegionAndName>>
-