|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.deployment.ServiceConfigExporter
public final class ServiceConfigExporter
Application used to export each of an application's consumed SAS Foundation Service configurations from the Metadata Server repository to UTF-8 encoded XML files. One file will be created each consumer's service configuration.
Method Summary | |
---|---|
static void |
exportServiceConfigurations(java.lang.String[] args)
Main method for an application used to exports a SAS Foundation Services deployment's consumed service configurations to UTF-8 encoded XML files. |
static void |
main(java.lang.String[] args)
Main method for an application used to export an application's service configurations from a SAS Foundation Services deployment which is persisted in a Metadata Server repository. |
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.rmi.RemoteException, com.sas.metadata.remote.MdException
SAS Foundation Services | |
---|---|
Option | Description |
-serviceDeploymentName |
Name of the SAS Foundation Services deployment (SoftwareComponent.Name) |
-directory |
The absolute path to the file system directory where the consumed service configuration files will be written. |
One must specify the SAS Metadata Server and the desired connection approach.
args
- Command line arguments specifying how to connect to the metadata server, whether
a login credential or SSPI is used, the configuration directory for the services
deployment and the output directory where the application's service configurations
should be written.
One may optionally specify whether an option prompt is presented by specifying the
command line option -isPrompting <true|false>
com.sas.metadata.remote.MdException
java.rmi.RemoteException
public static void exportServiceConfigurations(java.lang.String[] args) throws ServiceException, java.rmi.RemoteException, com.sas.metadata.remote.MdException
SAS Foundation Services | |
---|---|
Option | Description |
-serviceDeploymentName |
Name of the SAS Foundation Services deployment (SoftwareComponent.Name) |
-directory |
The absolute path to the file system directory where the consumed service configuration files will be written. |
One must specify the SAS Metadata Server and the desired connection approach.
args
- Command line arguments specifying how to connect to the metadata server, whether
a login credential or SSPI is used, the configuration directory for the services
deployment and the output directory where the application's service configurations
should be written.
One may optionally specify whether an option prompt is presented by specifying the
command line option -isPrompting <true|false>
ServiceException
- if unable to export the application's service configurations.
com.sas.metadata.remote.MdException
java.rmi.RemoteException
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |