Package org.jclouds.chef.functions
Class BootstrapConfigForGroup
- java.lang.Object
-
- org.jclouds.chef.functions.BootstrapConfigForGroup
-
- All Implemented Interfaces:
com.google.common.base.Function<String,BootstrapConfig>
,Function<String,BootstrapConfig>
@Singleton public class BootstrapConfigForGroup extends Object implements com.google.common.base.Function<String,BootstrapConfig>
Retrieves the bootstrap configuration for a specific group
-
-
Method Detail
-
apply
public BootstrapConfig apply(String from)
- Specified by:
apply
in interfacecom.google.common.base.Function<String,BootstrapConfig>
- Specified by:
apply
in interfaceFunction<String,BootstrapConfig>
-
-