Class URLConverter

    • Constructor Summary

      Constructors 
      Constructor Description
      URLConverter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URL fromString​(java.lang.String text)  
      java.lang.String toString​(java.net.URL instance)  
      • Methods inherited from class java.lang.Object

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

      • URLConverter

        public URLConverter()
    • Method Detail

      • toString

        public java.lang.String toString​(java.net.URL instance)
        Specified by:
        toString in interface Converter<java.net.URL>
      • fromString

        public java.net.URL fromString​(java.lang.String text)
        Specified by:
        fromString in interface Converter<java.net.URL>