org.jclouds.atmos.blobstore.functions
Class BlobStoreListOptionsToListOptions

java.lang.Object
  extended by org.jclouds.atmos.blobstore.functions.BlobStoreListOptionsToListOptions
All Implemented Interfaces:
com.google.common.base.Function<ListContainerOptions,ListOptions>

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

Author:
Adrian Cole

Constructor Summary
BlobStoreListOptionsToListOptions()
           
 
Method Summary
 ListOptions 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

BlobStoreListOptionsToListOptions

public BlobStoreListOptionsToListOptions()
Method Detail

apply

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


Copyright © 2009-2011 jclouds. All Rights Reserved.