Class BootstrapStringUtils
- java.lang.Object
-
- com.atlassian.bamboo.agent.bootstrap.BootstrapStringUtils
-
public class BootstrapStringUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description BootstrapStringUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
encodeForUrl(String string)
Escapes strings with URL percent encoding.static String
substringAfterLast(String str, String separator)
static String
substringBeforeLast(String str, String separator)
-