Class SecurityGroupPresent
- java.lang.Object
 - 
- org.jclouds.ec2.compute.predicates.SecurityGroupPresent
 
 
- 
- All Implemented Interfaces:
 com.google.common.base.Predicate<RegionAndName>,Predicate<RegionAndName>
@Singleton public class SecurityGroupPresent extends Object implements com.google.common.base.Predicate<RegionAndName>
 
- 
- 
Constructor Summary
Constructors Constructor Description SecurityGroupPresent(EC2Api client) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(RegionAndName securityGroup)protected SecurityGrouprefresh(RegionAndName securityGroup) 
 - 
 
- 
- 
Field Detail
- 
logger
protected Logger logger
 
 - 
 
- 
Constructor Detail
- 
SecurityGroupPresent
@Inject public SecurityGroupPresent(EC2Api client)
 
 - 
 
- 
Method Detail
- 
apply
public boolean apply(RegionAndName securityGroup)
- Specified by:
 applyin interfacecom.google.common.base.Predicate<RegionAndName>
 
- 
refresh
protected SecurityGroup refresh(RegionAndName securityGroup)
 
 - 
 
 -