Class Urls


  • public class Urls
    extends java.lang.Object
    URL helpers.
    Since:
    2.7
    • Constructor Summary

      Constructors 
      Constructor Description
      Urls()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.net.URL create​(java.io.File file)  
      static java.net.URL create​(java.lang.String input)  
      • Methods inherited from class java.lang.Object

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

      • Urls

        public Urls()
    • Method Detail

      • create

        public static java.net.URL create​(java.lang.String input)
      • create

        public static java.net.URL create​(java.io.File file)