org.jclouds.openstack.swift.blobstore.functions
Class BlobStoreListContainerOptionsToListContainerOptions

java.lang.Object
  extended by org.jclouds.openstack.swift.blobstore.functions.BlobStoreListContainerOptionsToListContainerOptions
All Implemented Interfaces:
com.google.common.base.Function<ListContainerOptions,ListContainerOptions>

@Singleton
public class BlobStoreListContainerOptionsToListContainerOptions
extends Object
implements com.google.common.base.Function<ListContainerOptions,ListContainerOptions>

Author:
Adrian Cole

Constructor Summary
BlobStoreListContainerOptionsToListContainerOptions()
           
 
Method Summary
 ListContainerOptions apply(ListContainerOptions 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

BlobStoreListContainerOptionsToListContainerOptions

public BlobStoreListContainerOptionsToListContainerOptions()
Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.