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

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

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


Constructor Summary
EC2HardwareBuilder.IsWindows()
           
 
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.IsWindows

public EC2HardwareBuilder.IsWindows()
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.