Class ChefUtils

java.lang.Object
org.jclouds.chef.util.ChefUtils

public class ChefUtils extends Object
  • Constructor Details

    • ChefUtils

      public ChefUtils()
  • Method Details

    • fromOhaiTime

      public static Date fromOhaiTime(JsonBall ohaiDate)
    • toOhaiTime

      public static JsonBall toOhaiTime(long millis)
    • ohaiAutomaticAttributeBinder

      public static com.google.inject.multibindings.MapBinder<String,com.google.common.base.Supplier<JsonBall>> ohaiAutomaticAttributeBinder(com.google.inject.Binder binder)
    • findRoleInRunList

      public static String findRoleInRunList(List<String> runList)
      Returns:
      NoSuchElementException if no element in the runList is a role.