Package org.bonitasoft.engine.commons
Class StringUtils
java.lang.Object
org.bonitasoft.engine.commons.StringUtils
String manipulation utilitary class.
- Author:
- Emmanuel Duchastenier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringuniformizePathPattern(String path) Replaces all "\" character with "/" character, and ensures that there is no double "/".
-
Constructor Details
-
StringUtils
public StringUtils()
-
-
Method Details
-
uniformizePathPattern
Replaces all "\" character with "/" character, and ensures that there is no double "/".- Parameters:
path- the path-like string to clean.- Returns:
- the cleaned path-like string.
-