Package games.stendhal.common
Class StringFormatter
java.lang.Object
games.stendhal.common.StringFormatter
Each parameter name in the control string is replaced by its value.
- Author:
- matthias
-
Constructor Summary
ConstructorDescriptionStringFormatter(String formatString)
Creates a new instance of StringFormatter. -
Method Summary
-
Constructor Details
-
StringFormatter
Creates a new instance of StringFormatter.- Parameters:
formatString
- format string
-
-
Method Details