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

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

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


Constructor Summary
InstallAllModulesStatementFromProperties(StatementToInstallModule statementMaker)
           
 
Method Summary
 org.jclouds.scriptbuilder.domain.Statement apply(Map<String,String> moduleProps)
           
 
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

InstallAllModulesStatementFromProperties

public InstallAllModulesStatementFromProperties(StatementToInstallModule statementMaker)
Method Detail

apply

public org.jclouds.scriptbuilder.domain.Statement apply(Map<String,String> moduleProps)
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.