org.soyatec.windowsazure.management
Class Configuration

java.lang.Object
  extended by org.soyatec.windowsazure.management.Configuration
Direct Known Subclasses:
DeploymentConfiguration, UpgradeConfiguration

public abstract class Configuration
extends java.lang.Object

The instance of this abstract class is used to setup the configuration object.


Constructor Summary
Configuration()
           
 
Method Summary
 java.lang.String getBase64ConfigurationFile()
           
 java.lang.String getConfigurationFileUrl()
           
 java.lang.String getPackageBlobUrl()
           
 void setConfigurationFileUrl(java.lang.String configurationFileUrl)
           
 void setPackageBlobUrl(java.lang.String packageBlobUrl)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()
Method Detail

getPackageBlobUrl

public java.lang.String getPackageBlobUrl()
Returns:
the packageBlobUrl

setPackageBlobUrl

public void setPackageBlobUrl(java.lang.String packageBlobUrl)
Parameters:
packageBlobUrl - the packageBlobUrl to set

getConfigurationFileUrl

public java.lang.String getConfigurationFileUrl()
Returns:
the configurationFileUrl

setConfigurationFileUrl

public void setConfigurationFileUrl(java.lang.String configurationFileUrl)
Parameters:
configurationFileUrl - the configurationFileUrl to set

getBase64ConfigurationFile

public java.lang.String getBase64ConfigurationFile()
Returns:
the base64ConfigurationFile