Package edu.odu.cs.cowem.documents
Interface TextSubstitutions
-
- All Known Implementing Classes:
CommonEntitySubstitutions,CWMcleaner,ListingInjector,PropertySubstitutions,SourceCodeSubstitutions
public interface TextSubstitutionsApplies a set of text substitutions to a string.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringapply(java.lang.String toString)Apply substitutions.
-