com.hp.hpl.jena.util
Interface Locator

All Known Implementing Classes:
LocatorClassLoader, LocatorFile, LocatorURL

public interface Locator

Interface to things that open streams by some string reference

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

Method Summary
 String getName()
           
 TypedStream open(String filenameOrURI)
           
 

Method Detail

open

TypedStream open(String filenameOrURI)

getName

String getName()


Licenced under the Apache License, Version 2.0