Package org.gitlab4j.api.utils
Class UrlEncoder
java.lang.Object
org.gitlab4j.api.utils.UrlEncoder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UrlEncoder
public UrlEncoder()
-
-
Method Details
-
urlEncode
URL encodes a String in compliance with GitLabs special differences.- Parameters:
s
- the String to URL encode- Returns:
- the URL encoded strings
- Throws:
GitLabApiException
- if any exception occurs
-