*** This class provides Binary Compatibility only, not Source Compatibility ***

Class URLDeploymentContext

java.lang.Object
com.sas.services.deployment.DeploymentDescriptorContext
com.sas.services.deployment.ioc.URLDeploymentContext
All Implemented Interfaces:
DeploymentStrategyInterface

@SASScope("ALL") @BinaryCompatibilityOnly public class URLDeploymentContext extends DeploymentDescriptorContext
Since:
9.2
See Also:
  • Constructor Details

    • URLDeploymentContext

      public URLDeploymentContext(AbstractDeploymentStrategy strategy) throws ServiceException
      Constructs a context that describes SAS Foundation Services deployment metadata which is persisted in a SAS Metadata Repository.
      Parameters:
      strategy - Deployment strategy.
      Throws:
      ServiceException - if unable to create a context.
  • Method Details

    • getPropertyURL

      public final String getPropertyURL()
      Gets the value of the URL configuration.
      Returns:
      Configuration property value representing a URL to a SAS Foundation Services metadata source. A null will be returned if the specified property is not defined.
    • setPropertyURL

      public final void setPropertyURL(String url)
      Gets the value of the URL configuration .
      Parameters:
      url - Configuration property value representing a URL to a SAS Foundation Services metadata source.