Class ChefVersionSupplier

java.lang.Object
org.jclouds.chef.suppliers.ChefVersionSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<Integer>, Supplier<Integer>

@Singleton public class ChefVersionSupplier extends Object implements com.google.common.base.Supplier<Integer>
Properly supply the version of the Chef Server.
  • Field Details

    • FALLBACK_VERSION

      public static final Integer FALLBACK_VERSION
      The default version to assume in case we can not parse it.
  • Method Details