org.jclouds.compute.functions
Class TemplateOptionsToStatement
java.lang.Object
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
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 |
TemplateOptionsToStatement
public TemplateOptionsToStatement()
apply
public Statement apply(TemplateOptions options)
- Specified by:
apply
in interface com.google.common.base.Function<TemplateOptions,Statement>
Copyright © 2009-2011 jclouds. All Rights Reserved.