org.jclouds.s3.blobstore.functions
Class ContainerToBucketListOptions

java.lang.Object
  extended by org.jclouds.s3.blobstore.functions.ContainerToBucketListOptions
All Implemented Interfaces:
com.google.common.base.Function<ListContainerOptions,ListBucketOptions>

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

Author:
Adrian Cole

Constructor Summary
ContainerToBucketListOptions()
           
 
Method Summary
 ListBucketOptions 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

ContainerToBucketListOptions

public ContainerToBucketListOptions()
Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.