org.apache.whirr.service.puppet.functions
Class StatementToInstallModule

java.lang.Object
  extended by org.apache.whirr.service.puppet.functions.StatementToInstallModule
All Implemented Interfaces:
com.google.common.base.Function<Map<String,String>,org.jclouds.scriptbuilder.domain.Statement>

public class StatementToInstallModule
extends Object
implements com.google.common.base.Function<Map<String,String>,org.jclouds.scriptbuilder.domain.Statement>


Nested Class Summary
static interface StatementToInstallModule.PrepareRemoteFileUrl
           
static class StatementToInstallModule.PrepareRemoteFileUrlUsingBlobCache
           
 
Constructor Summary
StatementToInstallModule(org.apache.whirr.service.ClusterActionEvent event)
           
StatementToInstallModule(StatementToInstallModule.PrepareRemoteFileUrl prepareRemoteFileUrl)
           
 
Method Summary
 org.jclouds.scriptbuilder.domain.Statement apply(Map<String,String> props)
           
 
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

StatementToInstallModule

public StatementToInstallModule(org.apache.whirr.service.ClusterActionEvent event)

StatementToInstallModule

public StatementToInstallModule(StatementToInstallModule.PrepareRemoteFileUrl prepareRemoteFileUrl)
Method Detail

apply

public org.jclouds.scriptbuilder.domain.Statement apply(Map<String,String> props)
Specified by:
apply in interface com.google.common.base.Function<Map<String,String>,org.jclouds.scriptbuilder.domain.Statement>


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.