Class URLPathname

    • Field Detail

      • SCHEME

        public static final Symbol SCHEME
      • AUTHORITY

        public static final Symbol AUTHORITY
      • QUERY

        public static final Symbol QUERY
      • FRAGMENT

        public static final Symbol FRAGMENT
    • Constructor Detail

      • URLPathname

        protected URLPathname()
    • Method Detail

      • create

        public static URLPathname create​(java.net.URL url)
      • create

        public static URLPathname create​(java.net.URI uri)
      • create

        public static URLPathname create​(java.lang.String s)
      • toURI

        public java.net.URI toURI()
      • toURL

        public java.net.URL toURL()
      • getFile

        public java.io.File getFile()
      • isFile

        public static boolean isFile​(Pathname p)
      • hasExplicitFile

        public static boolean hasExplicitFile​(Pathname p)
      • getNamestring

        public java.lang.String getNamestring​(java.lang.StringBuilder sb)
      • getNamestringAsURL

        public java.lang.String getNamestringAsURL()
      • truename

        public static LispObject truename​(Pathname p,
                                          boolean errorIfDoesNotExist)
      • getLastModified

        public long getLastModified()
        Overrides:
        getLastModified in class Pathname
        Returns:
        Time in milliseconds since the UNIX epoch at which the resource was last modified, or 0 if the time is unknown.