org.jclouds.smartos.compute.functions
Class DataSetToImage

java.lang.Object
  extended by org.jclouds.smartos.compute.functions.DataSetToImage
All Implemented Interfaces:
com.google.common.base.Function<DataSet,org.jclouds.compute.domain.Image>

@Singleton
public class DataSetToImage
extends Object
implements com.google.common.base.Function<DataSet,org.jclouds.compute.domain.Image>

Author:
Nigel Magnay

Field Summary
protected  org.jclouds.logging.Logger logger
           
 
Constructor Summary
DataSetToImage()
           
 
Method Summary
 org.jclouds.compute.domain.Image apply(DataSet 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
 

Field Detail

logger

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

DataSetToImage

public DataSetToImage()
Method Detail

apply

public org.jclouds.compute.domain.Image apply(DataSet from)
Specified by:
apply in interface com.google.common.base.Function<DataSet,org.jclouds.compute.domain.Image>


Copyright © 2009-2012 jclouds. All Rights Reserved.