|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.deployment.CLIOptionsServiceDeployment
public final class CLIOptionsServiceDeployment
Command line options used to specify the configuration used for administrative actions to be performed on a SAS Foundation Services deployment.
Option | Description |
---|---|
serviceDeploymentName |
Name of the option used to specify the name of the SAS Foundation Services deployment (i.e.
SoftwareComponent.Name ) |
serviceGroupName |
Name of the option used to specify the name of a group of services defined within a SAS
Foundation Services deployment (i.e. Tree.Name ) |
serviceName |
Name of the option used to specify the name a service defined within a SAS Foundation
Services deployment (i.e. ServiceComponent.Name ) |
serviceConsumerName |
Name of the option used to specify the name of the SAS Foundation Services deployment service configuration consumer. |
serviceConsumerNameNew |
Name of the option used to specify the new name for a SAS Foundation Services deployment service configuration consumer. |
User/Password Options | |
serviceDeploymentFile |
Name of an option used to designate a UTF-8 encoded XML file that contains a configuration for a SAS Foundation Services deployment. |
serviceConfigFile |
Name of an option used to designate a UTF-8 encoded XML file that contains a layered configuration for a SAS Foundation Service. |
directory |
Name of an option used to designate a absolute directory path. |
propertyFile |
Name of an option used to designate an absolute path to a properties file. |
serviceApplication |
Name of the option used to specify the name of an application that is associated with a layered configuration for a SAS Foundation Service. |
isOverwriteConfig |
Name of an option used to specify whether it is OK to overwrite a service's configuration if the configuration being installed conflicts with the installed configuration. |
isOverwriteFile |
Name of an option used to specify whether it is OK to overwrite a file when attempting to export metadata from the server if the destination file already exists. |
isRemoveUnusedResources |
Name of an option used to specify whether it is OK to remove unused resources from a service's configuration when a consumer is uninstalled. |
Constructor Summary | |
---|---|
CLIOptionsServiceDeployment()
Constructs a default instance. |
Method Summary | |
---|---|
org.apache.commons.cli.Option |
createOptionConfigFile()
Gets the optional option which required to specify the name of a file which contains all configuration options. |
org.apache.commons.cli.Option |
createOptionConsumerName()
Gets the option which required to specify the name of a SAS Foundation Services deployment service configuration consumer. |
org.apache.commons.cli.Option |
createOptionConsumerNameNew()
Gets the option which required to specify the new name of a SAS Foundation Services deployment service configuration consumer. |
org.apache.commons.cli.Option |
createOptionDeploymentFile()
Gets the option which required to specify the name of a file for a SAS Foundation Services deployment. |
org.apache.commons.cli.Option |
createOptionDeploymentID()
Gets the option which required to specify the FQID of a SAS Foundation Services deployment. |
org.apache.commons.cli.Option |
createOptionDeploymentName()
Gets the option which required to specify the name of a SAS Foundation Services deployment. |
org.apache.commons.cli.Option |
createOptionDirectory()
Gets the option which required to specify the absolute path to a file system directory. |
org.apache.commons.cli.Option |
createOptionIsOverwriteConfig()
Gets the optional control which can be used to specify whether it is OK to overwrite a SAS Foundation Services deployment XML file when exporting a deployment. |
org.apache.commons.cli.Option |
createOptionIsOverwriteFile()
Gets the optional control which can be used to specify whether it is OK to overwrite a SAS Foundation Services deployment XML file when exporting a deployment. |
org.apache.commons.cli.Option |
createOptionIsRemoveUnusedResources()
Gets the option which is required to specify whether unused resources should be removed from a service's configuration when a consumer's configuration is uninstalled. |
org.apache.commons.cli.Option |
createOptionPropertyFile()
Gets the option which required to specify the absolute path to a properties file. |
org.apache.commons.cli.Option |
createOptionServiceApplication()
Gets the option which required to specify the name of an application which uses a layered service configuration. |
org.apache.commons.cli.Option |
createOptionServiceConfigFile()
Gets the option which required to specify the name of a file for a SAS Foundation Services deployment. |
org.apache.commons.cli.Option |
createOptionServiceGroupName()
Gets the option used to specify the name of a group of services defined within a SAS Foundation Services deployment. |
org.apache.commons.cli.Option |
createOptionServiceName()
Gets the option which is required to specify the name of a service defined within a SAS Foundation Services deployment. |
java.lang.String |
getNameOfOptionConfigFile()
Gets the name of the optional command line option, "configFile", used to specify the a configuration file that specifies the options to perform an action on a SAS Foundation Services deployment. |
java.lang.String |
getNameOfOptionConsumerName()
Gets the name of the command line option, "serviceConsumer", used to specify the name of a SAS Foundation Services deployment service configuration Consumer . |
java.lang.String |
getNameOfOptionConsumerNameNew()
Gets the name of the command line option, "serviceConsumerNew", used to specify the new name of a SAS Foundation Services deployment service configuration Consumer . |
java.lang.String |
getNameOfOptionDirectory()
Gets the name of the command line option, "directory", used to specify the absolute path to a file system directory. |
java.lang.String |
getNameOfOptionIsOverwriteConfig()
Gets the name of the optional command line option, "isOverwriteConfig", used to specify the whether it is OK to overwrite the SAS Foundation Services service's configuration in the event that the configuration being installed conflicts with the installed configuration. |
java.lang.String |
getNameOfOptionIsOverwriteFile()
Gets the name of the optional command line option, "isOverwriteFile", used to specify the whether it is OK to overwrite SAS Foundation Services deployment file when exporting a deployment. |
java.lang.String |
getNameOfOptionIsRemoveUnusedResources()
Gets the name of the optional command line option, "isRemoveUnusedResources", used to specify a value of either "true" or "false" to indicate whether unused resources should be removed from a service's configuration when a consumer's configuration is uninstalled. |
java.lang.String |
getNameOfOptionPropertyFile()
Gets the name of the command line option, "propertyFile", used to specify the absolute path to a properties file. |
java.lang.String |
getNameOfOptionServiceApplication()
Gets the name of the command line option, "serviceApplication", used to specify the name of an application which uses a layered service configuration. |
java.lang.String |
getNameOfOptionServiceConfigFile()
Gets the name of the command line option, "serviceConfigFile", used to specify the name of a SAS Foundation Service configuration file. |
java.lang.String |
getNameOfOptionServiceDeploymentFile()
Gets the name of the command line option, "serviceDeploymentFile", used to specify the name of a SAS Foundation Services deployment file. |
java.lang.String |
getNameOfOptionServiceDeploymentID()
Gets the name of the command line option, "serviceDeploymentID", used to specify the FQID of a SAS Foundation Services deployment. |
java.lang.String |
getNameOfOptionServiceDeploymentName()
Gets the name of the command line option, "serviceDeploymentName", used to specify the name of a SAS Foundation Services deployment. |
java.lang.String |
getNameOfOptionServiceGroupName()
Gets the name of the command line option, "serviceGroupName", used to specify the name of a group of services within a Foundation Services deployment configuration. |
java.lang.String |
getNameOfOptionServiceName()
Gets the name of the command line option, "serviceName", used to specify the name of a service within a Foundation Services deployment. |
Constructor Detail |
---|
public CLIOptionsServiceDeployment()
Method Detail |
---|
public java.lang.String getNameOfOptionServiceApplication()
null
reference is always returned.public java.lang.String getNameOfOptionServiceGroupName()
Tree.Name
.
null
reference is always returned.public java.lang.String getNameOfOptionServiceName()
ServiceComponent.Name
.
null
reference is always
returned.public java.lang.String getNameOfOptionServiceDeploymentName()
null
reference is always
returned.public java.lang.String getNameOfOptionServiceDeploymentID()
null
reference is always
returned.public java.lang.String getNameOfOptionConsumerName()
Consumer
.
Consumer
. A non-
null
reference is always returned.public java.lang.String getNameOfOptionConsumerNameNew()
Consumer
.
Consumer
. A
non- null
reference is always returned.public java.lang.String getNameOfOptionServiceDeploymentFile()
null
reference is
always returned.public java.lang.String getNameOfOptionServiceConfigFile()
null
reference is
always returned.public java.lang.String getNameOfOptionDirectory()
null
reference is
always returned.public java.lang.String getNameOfOptionPropertyFile()
null
reference is
always returned.public java.lang.String getNameOfOptionIsOverwriteFile()
null
reference is always returned.public java.lang.String getNameOfOptionIsOverwriteConfig()
null
reference is always returned.public java.lang.String getNameOfOptionConfigFile()
null
reference is always returned.public java.lang.String getNameOfOptionIsRemoveUnusedResources()
null
reference is always returned.public org.apache.commons.cli.Option createOptionServiceName()
serviceName
null
reference is always returned.public org.apache.commons.cli.Option createOptionIsRemoveUnusedResources()
serviceName
null
reference is always returned.public org.apache.commons.cli.Option createOptionServiceGroupName()
Tree.Name
.
serviceGroupName
null
reference is always returned.public org.apache.commons.cli.Option createOptionServiceApplication()
serviceApplication
null
reference is always returned.public org.apache.commons.cli.Option createOptionServiceConfigFile()
serviceDeploymentFile
null
reference is always returned.createOptionIsOverwriteFile()
public org.apache.commons.cli.Option createOptionDirectory()
directory
null
reference is always returned.public org.apache.commons.cli.Option createOptionPropertyFile()
propertyFile
null
reference is always returned.public org.apache.commons.cli.Option createOptionDeploymentFile()
serviceDeploymentFile
null
reference is always returned.createOptionIsOverwriteFile()
public org.apache.commons.cli.Option createOptionIsOverwriteConfig()
isOverwriteFile
null
reference is always returned.createOptionDeploymentFile()
public org.apache.commons.cli.Option createOptionIsOverwriteFile()
isOverwriteFile
null
reference is always returned.createOptionDeploymentFile()
public org.apache.commons.cli.Option createOptionConsumerName()
serviceConsumer
null
reference is always returned.createOptionConsumerNameNew()
public org.apache.commons.cli.Option createOptionConsumerNameNew()
serviceConsumerNew
null
reference is always returned.createOptionConsumerName()
public org.apache.commons.cli.Option createOptionDeploymentName()
serviceDeploymentName
SoftwareComponent.Name
). A non-null
reference is always
returned.public org.apache.commons.cli.Option createOptionDeploymentID()
serviceDeploymentID
SoftwareComponent.Id
). A non-null
reference is always
returned.public org.apache.commons.cli.Option createOptionConfigFile()
configFile
null
reference is always returned.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |