Class Locators.URLLocation

  • Enclosing class:
    Locators

    public static class Locators.URLLocation
    extends java.lang.Object
    the location information.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String file  
      java.util.Locale locale  
      java.net.URL url  
    • Constructor Summary

      Constructors 
      Constructor Description
      URLLocation​(java.net.URL url, java.lang.String file, java.util.Locale locale)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • url

        public final java.net.URL url
      • file

        public final java.lang.String file
      • locale

        public final java.util.Locale locale
    • Constructor Detail

      • URLLocation

        public URLLocation​(java.net.URL url,
                           java.lang.String file,
                           java.util.Locale locale)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object