Class PathUtil


  • public class PathUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PathUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toUnixPath​(java.lang.String str)
      Replace \ by /
      • Methods inherited from class java.lang.Object

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

      • PathUtil

        public PathUtil()
    • Method Detail

      • toUnixPath

        public static java.lang.String toUnixPath​(java.lang.String str)
        Replace \ by /
        Parameters:
        str -
        Returns:
        a new string path with \ replaced by /