org.jclouds.chef
Class ChefApiMetadata

java.lang.Object
  extended by org.jclouds.apis.internal.BaseApiMetadata
      extended by org.jclouds.rest.internal.BaseHttpApiMetadata<ChefApi>
          extended by org.jclouds.chef.ChefApiMetadata
All Implemented Interfaces:
org.jclouds.apis.ApiMetadata, org.jclouds.rest.HttpApiMetadata<ChefApi>

public class ChefApiMetadata
extends org.jclouds.rest.internal.BaseHttpApiMetadata<ChefApi>

Implementation of ApiMetadata for OpsCode's Chef api.


Nested Class Summary
static class ChefApiMetadata.Builder
           
 
Field Summary
static String DEFAULT_API_VERSION
          The default Chef Server API version to use.
 
Fields inherited from class org.jclouds.rest.internal.BaseHttpApiMetadata
api
 
Constructor Summary
  ChefApiMetadata()
           
protected ChefApiMetadata(ChefApiMetadata.Builder builder)
           
 
Method Summary
static Properties defaultProperties()
           
 ChefApiMetadata.Builder toBuilder()
           
 
Methods inherited from class org.jclouds.rest.internal.BaseHttpApiMetadata
contextToken, getApi, string
 
Methods inherited from class org.jclouds.apis.internal.BaseApiMetadata
equals, getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jclouds.apis.ApiMetadata
getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews
 

Field Detail

DEFAULT_API_VERSION

public static final String DEFAULT_API_VERSION
The default Chef Server API version to use.

See Also:
Constant Field Values
Constructor Detail

ChefApiMetadata

public ChefApiMetadata()

ChefApiMetadata

protected ChefApiMetadata(ChefApiMetadata.Builder builder)
Method Detail

toBuilder

public ChefApiMetadata.Builder toBuilder()

defaultProperties

public static Properties defaultProperties()


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