file_ensure_line_present_in_xml_tag
Ensure that a line is present in a tag in a specific location. The objective of this method is to handle XML-style files. Note that if the tag is not present in the file, it won't be added, and the edition will fail.
⚙️ Compatible targets: Linux
⚠️ Deprecated: This method is deprecated and should not be used.
Parameters
Name | Documentation |
---|---|
path | File name to edit (absolute path on the target node). This parameter is required. |
tag | Name of the XML tag under which lines should be added (not including the <> brackets). This parameter is required. |
line | Line to ensure is present inside the section. This parameter is required. |
Outcome conditions
You need to replace ${path}
with its actual canonified value.
- ✅ Ok:
file_ensure_line_present_in_xml_tag_${path}_ok
- ☑️ Already compliant:
file_ensure_line_present_in_xml_tag_${path}_kept
- 🟨 Repaired:
file_ensure_line_present_in_xml_tag_${path}_repaired
- ☑️ Already compliant:
- ❌ Error:
file_ensure_line_present_in_xml_tag_${path}_error
Example
method: file_ensure_line_present_in_xml_tag
params:
path: VALUE
tag: VALUE
line: VALUE