org.jclouds.chef.functions
Class RunListForGroup

java.lang.Object
  extended by org.jclouds.chef.functions.RunListForGroup
All Implemented Interfaces:
com.google.common.base.Function<String,List<String>>

@Singleton
public class RunListForGroup
extends Object
implements com.google.common.base.Function<String,List<String>>

Retrieves the run-list for a specific group


Field Summary
static Type RUN_LIST_TYPE
           
 
Constructor Summary
RunListForGroup(BootstrapConfigForGroup bootstrapConfigForGroup, org.jclouds.json.Json json)
           
 
Method Summary
 List<String> apply(String from)
           
 
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
 

Field Detail

RUN_LIST_TYPE

public static final Type RUN_LIST_TYPE
Constructor Detail

RunListForGroup

@Inject
public RunListForGroup(BootstrapConfigForGroup bootstrapConfigForGroup,
                              org.jclouds.json.Json json)
Method Detail

apply

public List<String> apply(String from)
Specified by:
apply in interface com.google.common.base.Function<String,List<String>>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.