Class Path


  • public class Path
    extends java.lang.Object
    Version:
    1.3
    • Constructor Summary

      Constructors 
      Constructor Description
      Path()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isURL​(java.lang.String path)  
      static boolean isValid​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

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

      • Path

        public Path()
    • Method Detail

      • isValid

        public static boolean isValid​(java.lang.String path)
      • isURL

        public static boolean isURL​(java.lang.String path)