org.jclouds.cloudfiles.blobstore.functions
Class PublicUriForObjectInfo

java.lang.Object
  extended by org.jclouds.cloudfiles.blobstore.functions.PublicUriForObjectInfo
All Implemented Interfaces:
com.google.common.base.Function<ObjectInfo,URI>

@Singleton
public class PublicUriForObjectInfo
extends Object
implements com.google.common.base.Function<ObjectInfo,URI>

Author:
Adrian Cole

Constructor Summary
PublicUriForObjectInfo(com.google.common.cache.LoadingCache<String,URI> cdnContainer, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders)
           
 
Method Summary
 URI apply(ObjectInfo from)
           
 
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

PublicUriForObjectInfo

@Inject
public PublicUriForObjectInfo(com.google.common.cache.LoadingCache<String,URI> cdnContainer,
                                     javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders)
Method Detail

apply

public URI apply(ObjectInfo from)
Specified by:
apply in interface com.google.common.base.Function<ObjectInfo,URI>


Copyright © 2009-2012 jclouds. All Rights Reserved.