|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcreamtec.core.StringUtilities
public class StringUtilities
Helper class for various string manipulations
Constructor Summary | |
---|---|
StringUtilities()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Tests the utility method(s) |
static java.lang.String |
replaceParameters(java.lang.String text,
java.util.Properties params)
Replaces the parameters inside the string with the values given in the properties object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringUtilities()
Method Detail |
---|
public static java.lang.String replaceParameters(java.lang.String text, java.util.Properties params) throws java.lang.IllegalArgumentException
text
- string template with parametersparams
- Properties
java.lang.IllegalArgumentException
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- String[]
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |