org.jclouds.elasticstack.compute.functions
Class StandardDriveToWellKnownImage

java.lang.Object
  extended by org.jclouds.elasticstack.compute.functions.StandardDriveToWellKnownImage
All Implemented Interfaces:
com.google.common.base.Function<StandardDrive,WellKnownImage>

@Singleton
public class StandardDriveToWellKnownImage
extends Object
implements com.google.common.base.Function<StandardDrive,WellKnownImage>

Transforms a standard drive into an image that can be used to create nodes.


Field Summary
protected  org.jclouds.logging.Logger logger
           
 
Constructor Summary
StandardDriveToWellKnownImage()
           
 
Method Summary
 WellKnownImage apply(StandardDrive input)
           
 
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
 

Field Detail

logger

@Named(value="jclouds.compute")
protected org.jclouds.logging.Logger logger
Constructor Detail

StandardDriveToWellKnownImage

public StandardDriveToWellKnownImage()
Method Detail

apply

public WellKnownImage apply(StandardDrive input)
Specified by:
apply in interface com.google.common.base.Function<StandardDrive,WellKnownImage>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.