org.jclouds.chef.functions
Class RunListForGroup
java.lang.Object
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
| 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 |
RUN_LIST_TYPE
public static final Type RUN_LIST_TYPE
RunListForGroup
@Inject
public RunListForGroup(BootstrapConfigForGroup bootstrapConfigForGroup,
org.jclouds.json.Json json)
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.