Class SubstitutionAlgorithmFactory
java.lang.Object
com.sun.enterprise.admin.servermgmt.stringsubs.impl.SubstitutionAlgorithmFactory
A factory to retrieve the algorithm used to perform String substitution.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlgorithm(Map<String, String> substitutionMap) Get's the algorithm use to perform string substitution.
-
Constructor Details
-
SubstitutionAlgorithmFactory
public SubstitutionAlgorithmFactory()
-
-
Method Details
-
getAlgorithm
Get's the algorithm use to perform string substitution.- Parameters:
substitutionMap-Mapof substitutable key/value pairs.- Returns:
- String substitution algorithm.
-