org.jclouds.ec2.compute.domain
Class EC2HardwareBuilder.RequiresRootDeviceType

java.lang.Object
  extended by org.jclouds.ec2.compute.domain.EC2HardwareBuilder.RequiresRootDeviceType
All Implemented Interfaces:
com.google.common.base.Predicate<Image>
Enclosing class:
EC2HardwareBuilder

public static class EC2HardwareBuilder.RequiresRootDeviceType
extends Object
implements com.google.common.base.Predicate<Image>

evaluates true if the Image has the following rootDeviceType


Constructor Summary
EC2HardwareBuilder.RequiresRootDeviceType(RootDeviceType type)
           
 
Method Summary
 boolean apply(Image image)
           
 String toString()
           
 
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
 

Constructor Detail

EC2HardwareBuilder.RequiresRootDeviceType

public EC2HardwareBuilder.RequiresRootDeviceType(RootDeviceType type)
Method Detail

apply

public boolean apply(Image image)
Specified by:
apply in interface com.google.common.base.Predicate<Image>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 jclouds. All Rights Reserved.