VariableSubstitutionEntry

VariableSubstitutionEntry defines the variable name (symbolicName) that can be used to represent the real value any where within the scope of the variable map. For instance, the symbolic name "${USER_INSTALL_ROOT}" can be used to represent the real value "/home/mydir/was50" in any configuration document within the scope of the variables.xml file in which this VariableSubstitutionEntry is defined.



Attributes Summary
symbolicName : StringThe symbolic name representing a physical path or URL root.
value : StringThe absolute path which the symbolic name represents.
description : StringA description of what this symbolic root signifies.

Attribute Details

symbolicName    -    The symbolic name representing a physical path or URL root. This pathname will get substituted into path names configured in the system.For example on windows, "CONFIG_ROOT"
     data type:  String
     default Value:   unspecified



value    -    The absolute path which the symbolic name represents.For example on windows, "C:\WebSphere\AppServer\Config"
     data type:  String
     default Value:   unspecified



description    -    A description of what this symbolic root signifies.
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1997-2004