WindowsFileConfigurator Operator
Templates for configuration parameters
${component_name.parameter_name}${component_name.*}Adding a suffix or prefix for interpolated parameters
name: Component Type 1
description: My Component type
parameters:
- name: x1
domain:
type: real
domain: [-5.0, 10.0]
defaultValue: -5.0
# Under this section, the operator to be used to configure the parameters is defined
operators:
WindowsFileConfigurator:
# using this OPTIONAL confTemplate property is possible to interpolate the parameter value with a prefix and a suffix
confTemplate: "PREFIX${value}SUFFIX"Example
Operator arguments
Name
Type
Value Restrictions
Required
Default
Description
source and target structure and arguments
source and target structure and argumentsName
Type
Value Restrictions
Required
Default
Description
Get operator arguments fromcomponent
componentComponent property to operator argument mapping
Examples
Configure parameters for an Apache server with explicit source and target information
Configure parameters for an Apache server with information taken from a Component
Last updated
Was this helpful?