ControlTier Inc. > CTL
 
Font size:      

Command

Description

The Command data type represents an object of a Command base type.

Command

AttributeDescriptionRequired
nameThe object name.Yes
typeThe object type name.Yes
maprefuriThe maprefUriYes
descriptionThe object description.Yes
executionStringThe command execution string value.Yes
argumentStringThe command argument string value.Yes
moduleThe command module name.Yes

Examples

Shows Command data type used in the controller Ant task.

	<controller>
	<execute>
          <command maprefUri="${maprefUri}"
                   name="Status"
                   module="Apache"/>
	<execute>
	</controller>