Helper method to determine if the selected appserver matches the passed string. A match is made in the selected
appserver equals or starts with the passed value ignoring cases. This method can be used to ignore version
numbers. So if you want to know that a JBoss appserver was selected, just match with "jboss".
Parameters: value - Boolean true if there is a match.
Helper method to determine if the selected business tier matches the passed string. A match is made in the
selected appserver equals or starts with the passed value ignoring cases. This method can be used to ignore
version numbers.
Parameters: value - Boolean true if there is a match.
Helper method to determine if the selected service tier matches the passed string. A match is made if the selected
service tier equals or starts with the passed value ignoring cases. This method can be used to ignore version
numbers.
Parameters: value - Boolean true if there is a match.
Helper method to determine if the selected web tier matches the passed string. A match is made in the selected
appserver equals or starts with the passed value ignoring cases. This method can be used to ignore version
numbers.
Parameters: value - Boolean true if there is a match.