org.jclouds.chef.functions
Class ClientForGroup

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

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

Generates a client relevant for a particular group


Constructor Summary
ClientForGroup(ChefApi chefApi)
           
 
Method Summary
 Client 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
 

Constructor Detail

ClientForGroup

@Inject
public ClientForGroup(ChefApi chefApi)
Method Detail

apply

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


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