org.jclouds.filesystem
Class FilesystemApiMetadata

java.lang.Object
  extended by org.jclouds.apis.internal.BaseApiMetadata
      extended by org.jclouds.filesystem.FilesystemApiMetadata
All Implemented Interfaces:
Serializable, org.jclouds.apis.ApiMetadata

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

Implementation of ApiMetadata for jclouds Filesystem-based BlobStore

Author:
Adrian Cole
See Also:
Serialized Form

Nested Class Summary
static class FilesystemApiMetadata.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.apis.internal.BaseApiMetadata
buildVersion, context, credentialName, defaultCredential, defaultEndpoint, defaultIdentity, defaultModules, defaultProperties, documentation, endpointName, id, identityName, name, version, views
 
Constructor Summary
  FilesystemApiMetadata()
           
protected FilesystemApiMetadata(FilesystemApiMetadata.Builder builder)
           
 
Method Summary
static FilesystemApiMetadata.Builder builder()
           
 FilesystemApiMetadata.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

FilesystemApiMetadata

public FilesystemApiMetadata()

FilesystemApiMetadata

protected FilesystemApiMetadata(FilesystemApiMetadata.Builder builder)
Method Detail

builder

public static FilesystemApiMetadata.Builder builder()

toBuilder

public FilesystemApiMetadata.Builder toBuilder()
Specified by:
toBuilder in interface org.jclouds.apis.ApiMetadata
Overrides:
toBuilder in class org.jclouds.apis.internal.BaseApiMetadata


Copyright © 2009-2013 jclouds. All Rights Reserved.