Class Replacer
- java.lang.Object
-
- org.linuxforhealth.fhir.schema.control.Replacer
-
public class Replacer extends java.lang.Object
Replaces values in the line passed to the process method.
-
-
Constructor Summary
Constructors Constructor Description Replacer(java.lang.String token, java.lang.String value)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
process(java.lang.String line)
Perform the substitution
-