Class ListCookbookVersionsImpl
- java.lang.Object
-
- org.jclouds.chef.strategy.internal.BaseListCookbookVersionsImpl
-
- org.jclouds.chef.strategy.internal.ListCookbookVersionsImpl
-
- All Implemented Interfaces:
ListCookbookVersions
@Singleton public class ListCookbookVersionsImpl extends BaseListCookbookVersionsImpl implements ListCookbookVersions
-
-
Field Summary
Fields Modifier and Type Field Description protected Logger
logger
-
Fields inherited from class org.jclouds.chef.strategy.internal.BaseListCookbookVersionsImpl
api
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<? extends CookbookVersion>
execute()
Iterable<? extends CookbookVersion>
execute(ExecutorService executor)
-
Methods inherited from class org.jclouds.chef.strategy.internal.BaseListCookbookVersionsImpl
execute, executeConcurrently
-
-
-
-
Field Detail
-
logger
@Named("jclouds.chef") protected Logger logger
-
-
Method Detail
-
execute
public Iterable<? extends CookbookVersion> execute()
- Specified by:
execute
in interfaceListCookbookVersions
-
execute
public Iterable<? extends CookbookVersion> execute(ExecutorService executor)
- Specified by:
execute
in interfaceListCookbookVersions
-
-