Package de.mhus.lib.core.parser
Class StringPropertyReplacer
- java.lang.Object
-
- de.mhus.lib.core.parser.StringPropertyReplacer
-
- Direct Known Subclasses:
StringPropertyReplacerMap
public abstract class StringPropertyReplacer extends Object
This class will search and replace properties in the format like ${key}- Author:
- mikehummel
-
-
Constructor Summary
Constructors Constructor Description StringPropertyReplacer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringfindValueFor(String key)Stringprocess(String in)
-