org.jclouds.cloudfiles.blobstore.functions
Class PublicUriForObjectInfo
java.lang.Object
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
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 |
PublicUriForObjectInfo
@Inject
public PublicUriForObjectInfo(Map<String,URI> cdnContainer,
javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders)
apply
public URI apply(ObjectInfo from)
- Specified by:
apply
in interface com.google.common.base.Function<ObjectInfo,URI>
Copyright © 2009-2011 jclouds. All Rights Reserved.