The input information library provides the following classes:
Article number/class name |
Class Name
Swrba_Input
List of Methods
Method | Description |
String input_analysis(String filename, String element) | Load the file and return the specified input information as a text string. If the specified input information doesn't exist, the empty string is returned. An exception is returned if extraction of the input information failed. |
Input Information
filename Name (full path) of the XML file that holds the input information for the operation component.
element Specify the item name of the input information you want to extract.
Notes
This library is used when the operation components analyze the input information parameters. This library must also be used when the operation component is created using Perl script.
The Perl modules shown below are required in connection with the use of this library. If you are using an environment in which these modules are not built-in to the Perl that was installed on the Operation Automation Server, obtain and install these modules:
XML::Simple 2.18
XML::Parser 2.40
File Location
Windows | <Installation directory>\SWRBAM\rbaope\bin\parts\lib \standard\swrba_input.pm |
Linux | /opt/FJSVswrbam/rbaope/bin/parts/lib/standard/Swrba_Input.pm |