Eiffel Scheme Syntax

The Eiffel scheme syntax is:

eiffel:?<eiffel-resource>

where <eiffel-resource> is a combination of following parts, connected by & if more than one part are required:

  • <system>, in the form of system=to_be_replaced, to_be_replaced consists of system_name or uuid of the system, or both connected by ".".
  • <target>, in the form of target=to_be_replaced, to_be_replaced consists of target_name or uuid of the system, or both connected by ".".
  • <cluster>, in the form of cluster=to_be_replaced, to_be_replaced is the name of the cluster.
  • <class>, in the form of class=to_be_replaced, to_be_replaced is the name of the class.
  • <feature>, in the form of feature=to_be_replaced, to_be_replaced is the name of the feature.

Note: All parts above are unordered.

See Also:
Examples

cached: 03/18/2024 4:25:04.000 PM