| Package | Description |
|---|---|
| com.sun.enterprise.admin.servermgmt.stringsubs.impl | |
| com.sun.enterprise.admin.servermgmt.stringsubs.impl.algorithm |
| Modifier and Type | Method and Description |
|---|---|
SubstitutionAlgorithm |
SubstitutionAlgorithmFactory.getAlgorithm(Map<String,String> substitutionMap)
Get's the algorithm use to perform string substitution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RadixTreeSubstitutionAlgo
Perform's string substitution by constructing the
RadixTree of change-value
pair. |
class |
StringReplacementAlgo
Perform's String substitution by replacing the matching target
sequence with the specified literal replacement sequence.
|
Copyright © 2015. All rights reserved.