Class UriHelper

java.lang.Object
com.gooddata.sdk.model.util.UriHelper

public abstract class UriHelper extends Object
Utilities for URI.
  • Constructor Details

    • UriHelper

      public UriHelper()
  • Method Details

    • getLastUriPart

      public static String getLastUriPart(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