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 StringencodeForUrl(String string)Escapes strings with URL percent encoding.static StringsubstringAfterLast(String str, String separator)static StringsubstringBeforeLast(String str, String separator)
-