org.jclouds.chef.strategy.internal
Class ListCookbookVersionsImpl

java.lang.Object
  extended by org.jclouds.chef.strategy.internal.BaseListCookbookVersionsImpl
      extended by org.jclouds.chef.strategy.internal.ListCookbookVersionsImpl
All Implemented Interfaces:
ListCookbookVersions

@Singleton
public class ListCookbookVersionsImpl
extends BaseListCookbookVersionsImpl
implements ListCookbookVersions


Field Summary
protected  org.jclouds.logging.Logger logger
           
 
Fields inherited from class org.jclouds.chef.strategy.internal.BaseListCookbookVersionsImpl
api
 
Method Summary
 Iterable<? extends CookbookVersion> execute()
           
 Iterable<? extends CookbookVersion> execute(ExecutorService executor)
           
 
Methods inherited from class org.jclouds.chef.strategy.internal.BaseListCookbookVersionsImpl
execute, executeConcurrently
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

@Named(value="jclouds.chef")
protected org.jclouds.logging.Logger logger
Method Detail

execute

public Iterable<? extends CookbookVersion> execute()
Specified by:
execute in interface ListCookbookVersions

execute

public Iterable<? extends CookbookVersion> execute(ExecutorService executor)
Specified by:
execute in interface ListCookbookVersions


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