org.jclouds.location.suppliers
Class OnlyLocationOrFirstZone.IsZone

java.lang.Object
  extended by org.jclouds.location.suppliers.OnlyLocationOrFirstZone.IsZone
All Implemented Interfaces:
com.google.common.base.Predicate<Location>
Enclosing class:
OnlyLocationOrFirstZone

@Singleton
public static final class OnlyLocationOrFirstZone.IsZone
extends Object
implements com.google.common.base.Predicate<Location>


Constructor Summary
OnlyLocationOrFirstZone.IsZone()
           
 
Method Summary
 boolean apply(Location input)
           
 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

OnlyLocationOrFirstZone.IsZone

public OnlyLocationOrFirstZone.IsZone()
Method Detail

apply

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 jclouds. All Rights Reserved.