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