Class SwiftBlobStoreContextModule.FactoryFunction
java.lang.Object
com.google.common.collect.ForwardingObject
org.jclouds.openstack.swift.v1.blobstore.config.SwiftBlobStoreContextModule.FactoryFunction
- All Implemented Interfaces:
com.google.common.base.Function<String,,org.jclouds.blobstore.BlobStore> Function<String,org.jclouds.blobstore.BlobStore>
- Enclosing class:
- SwiftBlobStoreContextModule
public static class SwiftBlobStoreContextModule.FactoryFunction
extends com.google.common.collect.ForwardingObject
implements com.google.common.base.Function<String,org.jclouds.blobstore.BlobStore>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jclouds.blobstore.BlobStoreprotected SwiftBlobStoreContextModule.Factorydelegate()Methods inherited from class com.google.common.collect.ForwardingObject
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
FactoryFunction
public FactoryFunction()
-
-
Method Details