Uses of Class
com.sas.services.deployment.ServiceDeploymentImportFile
Packages that use ServiceDeploymentImportFile
Package
Description
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
-
Uses of ServiceDeploymentImportFile in com.sas.services.deployment
Methods in com.sas.services.deployment with parameters of type ServiceDeploymentImportFileModifier and TypeMethodDescriptionstatic voidServiceDeploymentImporter.importServiceDeployment(com.sas.metadata.remote.MdStore mdStore, ServiceDeploymentImportFile serviceDeploymentImportFile, String repositoryName) Imports a SAS Foundation Services deployment from a UTF-8 encoded SAS Foundation Services deployment XML file into the SAS Metadata Repository.static voidServiceDeploymentImporter.importServiceDeploymentFromFile(ServiceDeploymentImportFile serviceDeploymentImportFile, String metadataRepositoryID, com.sas.metadata.remote.MdStore mdStore) Imports metadata describing a SAS Foundation Services deployment configuration from a file into the metadata object store.Constructors in com.sas.services.deployment with parameters of type ServiceDeploymentImportFileModifierConstructorDescriptionServiceDeploymentImporter(String repositoryId, ServiceDeploymentImportFile serviceDeploymentImportFile, OperationMonitorInterface operationMonitor, com.sas.metadata.remote.MdFactory mdFactory) Constructs an instance of a runnable service deployment importer which will use the remote JOMA API.