Package com.skava.shipping.util
Class DocketUtil
java.lang.Object
com.skava.shipping.util.DocketUtil
This is a holds the docket utility methods.
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionsplitCommaSepratedString
(String commaSepratedString) Splits given string by ","
-
Method Details
-
splitCommaSepratedString
Splits given string by ","- Parameters:
commaSepratedString
- Comma seperated string- Returns:
- List of Strings
-