org.apache.jena.riot.stream
Class LocatorURL

java.lang.Object
  extended by org.apache.jena.riot.stream.LocatorURL
All Implemented Interfaces:
Locator
Direct Known Subclasses:
LocatorFTP, LocatorHTTP

public abstract class LocatorURL
extends Object
implements Locator


Method Summary
 boolean equals(Object obj)
           
abstract  int hashCode()
           
 TypedInputStream open(String uri)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.jena.riot.stream.Locator
getName
 

Method Detail

open

public TypedInputStream open(String uri)
Specified by:
open in interface Locator

hashCode

public abstract int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Licenced under the Apache License, Version 2.0