Provide ability to support variable replacement within files using sed. As an example: ```sed -i "s/\${ACTIVEMQ_HOST\}/${ACTIVEMQ_HOST}/g" ${JBOSS_HOME}/standalone/configuration/standalone-full.xml``` Also support variable-names/values in an associative array to do likewise.
Provide ability to support variable replacement within files using sed.
As an example:
sed -i "s/\${ACTIVEMQ_HOST\}/${ACTIVEMQ_HOST}/g" ${JBOSS_HOME}/standalone/configuration/standalone-full.xmlAlso support variable-names/values in an associative array to do likewise.