Package com.ibm.wsdl.util
Class StringUtils
- java.lang.Object
-
- com.ibm.wsdl.util.StringUtils
-
public class StringUtils extends Object
Deals with strings (probably need to elaborate some more).- Author:
- Matthew J. Duftler
-
-
Field Summary
Fields Modifier and Type Field Description static StringlineSeparatorstatic StringlineSeparatorStr
-
Constructor Summary
Constructors Constructor Description StringUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcleanString(String str)static StringgetClassName(Class targetClass)static InputStreamgetContentAsInputStream(URL url)static StringgetNMTokens(List list)static URLgetURL(URL contextURL, String spec)static ListparseNMTokens(String nmTokens)
-
-
-
Method Detail
-
getURL
public static URL getURL(URL contextURL, String spec) throws MalformedURLException
- Throws:
MalformedURLException
-
getContentAsInputStream
public static InputStream getContentAsInputStream(URL url) throws SecurityException, IllegalArgumentException, IOException
-
-