Class LocatorURL

  • All Implemented Interfaces:
    Locator

    @Deprecated
    public class LocatorURL
    extends java.lang.Object
    implements Locator
    Deprecated.
    Use StreamManager and LocatorHTTP from org.apache.jena.riot.system.stream.
    Location files named by a URL
    • Constructor Summary

      Constructors 
      Constructor Description
      LocatorURL()
      Deprecated.
       
    • Constructor Detail

      • LocatorURL

        public LocatorURL()
        Deprecated.
    • Method Detail

      • open

        public TypedStream open​(java.lang.String filenameOrURI)
        Deprecated.
        Specified by:
        open in interface Locator
      • equals

        public boolean equals​(java.lang.Object other)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • getName

        public java.lang.String getName()
        Deprecated.
        Specified by:
        getName in interface Locator