public interface SubstitutionAlgorithm
| Modifier and Type | Method and Description |
|---|---|
void |
substitute(Substitutable substituable)
Perform's string substitution.
|
void substitute(Substitutable substituable) throws StringSubstitutionException
Reads the character stream from the given Substitutable object,
perform substitution and writes it back to the object.
substituable - Provide input and output stream.StringSubstitutionException - If any error occurs during substitution operation.Copyright © 2018 Eclipse Foundation. All rights reserved.