Class UriHelper


  • public abstract class UriHelper
    extends java.lang.Object
    Utilities for URI.
    • Constructor Summary

      Constructors 
      Constructor Description
      UriHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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 Detail

      • UriHelper

        public UriHelper()
    • Method Detail

      • 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