com.hp.hpl.jena.util
Class LocatorURL

java.lang.Object
  extended by com.hp.hpl.jena.util.LocatorURL
All Implemented Interfaces:
Locator

public class LocatorURL
extends Object
implements Locator

Location files named by a URL

Version:
$Id: LocatorURL.java,v 1.1 2009-06-29 08:55:47 castagna Exp $
Author:
Andy Seaborne

Constructor Summary
LocatorURL()
           
 
Method Summary
 boolean equals(Object other)
           
 String getName()
           
 int hashCode()
           
 TypedStream open(String filenameOrURI)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocatorURL

public LocatorURL()
Method Detail

open

public TypedStream open(String filenameOrURI)
Specified by:
open in interface Locator

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getName

public String getName()
Specified by:
getName in interface Locator


Licenced under the Apache License, Version 2.0