org.jclouds.atmos.blobstore.functions
Class ObjectToBlobMetadata

java.lang.Object
  extended by org.jclouds.atmos.blobstore.functions.ObjectToBlobMetadata
All Implemented Interfaces:
com.google.common.base.Function<AtmosObject,MutableBlobMetadata>

@Singleton
public class ObjectToBlobMetadata
extends Object
implements com.google.common.base.Function<AtmosObject,MutableBlobMetadata>

Author:
Adrian Cole

Constructor Summary
protected ObjectToBlobMetadata(AtmosObjectName objectName, ShareUrl shareUrl)
           
 
Method Summary
 MutableBlobMetadata apply(AtmosObject 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

ObjectToBlobMetadata

@Inject
protected ObjectToBlobMetadata(AtmosObjectName objectName,
                                      ShareUrl shareUrl)
                        throws SecurityException,
                               NoSuchMethodException
Throws:
SecurityException
NoSuchMethodException
Method Detail

apply

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


Copyright © 2009-2011 jclouds. All Rights Reserved.