Package org.eclipse.ease.tools
Class StringTools
java.lang.Object
org.eclipse.ease.tools.StringTools
public final class StringTools extends Object
Helper class for string manipulations.
-
Field Summary
Fields Modifier and Type Field Description static String
LINE_DELIMITER
Default line break character. -
Constructor Summary
Constructors Constructor Description StringTools()
-
Method Summary
Modifier and Type Method Description static String[]
parseArguments(String argument)
static String
toString(InputStream stream)
static String
toString(Reader reader)
-
Field Details
-
LINE_DELIMITER
Default line break character.
-
-
Constructor Details
-
StringTools
public StringTools()
-
-
Method Details
-
toString
- Throws:
IOException
-
toString
- Throws:
IOException
-
parseArguments
-