Class BootstrapStringUtils
java.lang.Object
com.atlassian.bamboo.agent.bootstrap.BootstrapStringUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringencodeForUrl(String string) Escapes strings with URL percent encoding.static StringsubstringAfterLast(String str, String separator) static StringsubstringBeforeLast(String str, String separator)
-
Constructor Details
-
BootstrapStringUtils
public BootstrapStringUtils()
-
-
Method Details
-
substringAfterLast
-
substringBeforeLast
-
encodeForUrl
Escapes strings with URL percent encoding.
-