org.jclouds.deltacloud.config
Class DeltacloudRestClientModule.FindCollectionWithRelAndReturnHref

java.lang.Object
  extended by org.jclouds.deltacloud.config.DeltacloudRestClientModule.FindCollectionWithRelAndReturnHref
All Implemented Interfaces:
com.google.common.base.Function<Set<? extends DeltacloudCollection>,URI>
Enclosing class:
DeltacloudRestClientModule

public static class DeltacloudRestClientModule.FindCollectionWithRelAndReturnHref
extends Object
implements com.google.common.base.Function<Set<? extends DeltacloudCollection>,URI>


Constructor Summary
DeltacloudRestClientModule.FindCollectionWithRelAndReturnHref(String rel)
           
 
Method Summary
 URI apply(Set<? extends DeltacloudCollection> arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

DeltacloudRestClientModule.FindCollectionWithRelAndReturnHref

public DeltacloudRestClientModule.FindCollectionWithRelAndReturnHref(String rel)
Method Detail

apply

public URI apply(Set<? extends DeltacloudCollection> arg0)
Specified by:
apply in interface com.google.common.base.Function<Set<? extends DeltacloudCollection>,URI>


Copyright © 2009-2012 jclouds. All Rights Reserved.