org.jclouds.compute.functions
Class TemplateOptionsToStatement

java.lang.Object
  extended by org.jclouds.compute.functions.TemplateOptionsToStatement
All Implemented Interfaces:
com.google.common.base.Function<TemplateOptions,Statement>

@Singleton
public class TemplateOptionsToStatement
extends Object
implements com.google.common.base.Function<TemplateOptions,Statement>

Author:
Adrian Cole

Constructor Summary
TemplateOptionsToStatement()
           
 
Method Summary
 Statement apply(TemplateOptions options)
           
 
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

TemplateOptionsToStatement

public TemplateOptionsToStatement()
Method Detail

apply

public Statement apply(TemplateOptions options)
Specified by:
apply in interface com.google.common.base.Function<TemplateOptions,Statement>


Copyright © 2009-2012 jclouds. All Rights Reserved.