Package com.gooddata.sdk.model.util
Class UriHelper
java.lang.Object
com.gooddata.sdk.model.util.UriHelper
public abstract class UriHelper
extends java.lang.Object
Utilities for URI.
-
Constructor Summary
Constructors Constructor Description UriHelper() -
Method Summary
Modifier and Type Method Description static java.lang.StringgetLastUriPart(java.lang.String uri)Parses the last part of the URI (substring after last '/' sign).
-
Constructor Details
-
UriHelper
public UriHelper()
-
-
Method Details
-
getLastUriPart
public static java.lang.String getLastUriPart(java.lang.String uri)Parses the last part of the URI (substring after last '/' sign).- Parameters:
uri- uri to get the last part form- Returns:
- last part of the uri
-