Class UriUtils


  • public final class UriUtils
    extends java.lang.Object
    Class Utils that extracts a uri from a path
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String splitUri​(java.lang.String uriString)
      Removes the extension file and the root folder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • splitUri

        public static java.lang.String splitUri​(java.lang.String uriString)
        Removes the extension file and the root folder
        Parameters:
        uriString - path file uri
        Returns:
        a URI path