com.hp.hpl.jena.util
Class LocatorClassLoader

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

public class LocatorClassLoader
extends Object
implements Locator


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

Constructor Detail

LocatorClassLoader

public LocatorClassLoader(ClassLoader _classLoader)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

open

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

getClassLoader

public ClassLoader getClassLoader()

getName

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


Licenced under the Apache License, Version 2.0