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.String getLastUriPart​(java.lang.String uri)
    Parses the last part of the URI (substring after last '/' sign).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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