Package com.ibm.wsdl.util
Class StringUtils
java.lang.Object
com.ibm.wsdl.util.StringUtils
Deals with strings (probably need to elaborate some more).
- Author:
- Matthew J. Duftler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
cleanString
(String str) static String
getClassName
(Class targetClass) static InputStream
static String
getNMTokens
(List list) static URL
static List
parseNMTokens
(String nmTokens)
-
Field Details
-
lineSeparator
-
lineSeparatorStr
-
-
Constructor Details
-
StringUtils
public StringUtils()
-
-
Method Details
-
cleanString
-
getClassName
-
getURL
- Throws:
MalformedURLException
-
getContentAsInputStream
public static InputStream getContentAsInputStream(URL url) throws SecurityException, IllegalArgumentException, IOException -
parseNMTokens
-
getNMTokens
-