org.jclouds.azure.storage
Class AzureStoragePropertiesBuilder

java.lang.Object
  extended by org.jclouds.PropertiesBuilder
      extended by org.jclouds.azure.storage.AzureStoragePropertiesBuilder
Direct Known Subclasses:
AzureBlobPropertiesBuilder

public class AzureStoragePropertiesBuilder
extends PropertiesBuilder

Builds properties used in Azure Connections

Author:
Adrian Cole

Field Summary
static Pattern IDENTITY_PATTERN
           
 
Fields inherited from class org.jclouds.PropertiesBuilder
properties
 
Constructor Summary
AzureStoragePropertiesBuilder()
           
AzureStoragePropertiesBuilder(Properties properties)
           
 
Method Summary
 Properties build()
           
 
Methods inherited from class org.jclouds.PropertiesBuilder
apiVersion, credentials, defaultProperties, endpoint, iso3166Codes, limitConnectionsPerHostTo, limitConnectionsTo, limitIoWorkerThreadsTo, limitUserThreadsTo, provider, relaxSSLHostname, sessionInterval, trustAllCerts, useSystemProxies, withConnectionTimeout, withMaxClientReuse, withMaxRedirects, withMaxRetries, withMaxSessionFailures, withProxyHost, withProxyPassword, withProxyPort, withProxyUser, withRetriesDelayStart, withSOTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IDENTITY_PATTERN

public static final Pattern IDENTITY_PATTERN
Constructor Detail

AzureStoragePropertiesBuilder

public AzureStoragePropertiesBuilder()

AzureStoragePropertiesBuilder

public AzureStoragePropertiesBuilder(Properties properties)
Method Detail

build

public Properties build()
Overrides:
build in class PropertiesBuilder


Copyright © 2009-2011 jclouds. All Rights Reserved.