org.jclouds.blobstore
Class TransientApiMetadata

java.lang.Object
  extended by org.jclouds.apis.internal.BaseApiMetadata
      extended by org.jclouds.blobstore.TransientApiMetadata
All Implemented Interfaces:
org.jclouds.apis.ApiMetadata

public class TransientApiMetadata
extends org.jclouds.apis.internal.BaseApiMetadata

Implementation of ApiMetadata for jclouds in-memory (Transient) API

Author:
Adrian Cole

Nested Class Summary
static class TransientApiMetadata.Builder
           
 
Constructor Summary
  TransientApiMetadata()
           
protected TransientApiMetadata(TransientApiMetadata.Builder builder)
           
 
Method Summary
static TransientApiMetadata.Builder builder()
           
 TransientApiMetadata.Builder toBuilder()
           
 
Methods inherited from class org.jclouds.apis.internal.BaseApiMetadata
defaultProperties, equals, getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews, hashCode, string, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransientApiMetadata

public TransientApiMetadata()

TransientApiMetadata

protected TransientApiMetadata(TransientApiMetadata.Builder builder)
Method Detail

builder

public static TransientApiMetadata.Builder builder()

toBuilder

public TransientApiMetadata.Builder toBuilder()


Copyright © 2009-2013 jclouds. All Rights Reserved.