ShellCommands
Revision as of 16:47, 24 February 2012 by Anonymous (talk) (Created page with "ShellCommands is an entity that represents the following commands: * cmd * cmd-array-elem * env-property Command ''cmd'' and ''cmd...")
ShellCommands is an entity that represents the following commands:
Command cmd and cmd-array-elem cannot be together.
cmd
This element defines the command to run. Might contain placeholders and its value can't be null.
The cmd Element is used by: shell-call.
cmd-array-elem
List of parameters that make up the command to run.
Might contain placeholders and its value can't be null.
The cmd-array-elem Element is used by: shell-call.
env-property
This element defines the property for the environment, in the form of name-value pairs, to set before running the command.
The following table shows the env-property Elemnt's attributes:
Attribute | Type | Description |
---|---|---|
name | required | Environment property name. |
value | required | Environment property value.
Can contains placeholders. |
Might contain the sub-element Description.