I - The type of inputO - The type of replacement result.public interface ReplacementStrategy<I,O>
| Modifier and Type | Method and Description |
|---|---|
O |
replace(I template)
Replace the place-holders in the input templateString and builds the
relative OPPLScript.
|
O replace(I template)
template - templatenull if
parser errors occurred.NullPointerException - if either input is null.Copyright © 2015 The University of Manchester. All Rights Reserved.