org.jclouds.openstack.swift.suppliers
Class ReturnOrFetchTemporaryUrlKey

java.lang.Object
  extended by org.jclouds.openstack.swift.suppliers.ReturnOrFetchTemporaryUrlKey
All Implemented Interfaces:
com.google.common.base.Supplier<String>

public class ReturnOrFetchTemporaryUrlKey
extends Object
implements com.google.common.base.Supplier<String>


Constructor Summary
ReturnOrFetchTemporaryUrlKey(TemporaryUrlKeyApi client)
           
 
Method Summary
 String get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnOrFetchTemporaryUrlKey

@Inject
public ReturnOrFetchTemporaryUrlKey(TemporaryUrlKeyApi client)
Method Detail

get

public String get()
Specified by:
get in interface com.google.common.base.Supplier<String>


Copyright © 2009-2013 jclouds. All Rights Reserved.