Class LocatorAcceptBase
- java.lang.Object
-
- fr.mines_stetienne.ci.sparql_generate.stream.LocatorAcceptBase
-
- All Implemented Interfaces:
LocatorAccept
,Locator
- Direct Known Subclasses:
LocatorClassLoaderAccept
,LocatorDirectoryAccept
,LocatorFileAccept
,LocatorStringMap
,LocatorURLAccept
public abstract class LocatorAcceptBase extends Object implements LocatorAccept
Base class for LocatorAccept- Author:
- Maxime Lefrançois
-
-
Constructor Summary
Constructors Constructor Description LocatorAcceptBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TypedInputStream
open(String uri)
Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface fr.mines_stetienne.ci.sparql_generate.stream.LocatorAccept
open
-
-
-
-
Method Detail
-
open
@Deprecated public final TypedInputStream open(String uri)
Deprecated.
-
-