Package org.bonitasoft.engine.commons
Class StringUtils
- java.lang.Object
-
- org.bonitasoft.engine.commons.StringUtils
-
public class StringUtils extends java.lang.ObjectString manipulation utilitary class.
-
-
Constructor Summary
Constructors Constructor Description StringUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringuniformizePathPattern(java.lang.String path)Replaces all "\" character with "/" character, and ensures that there is no double "/".
-