Package com.scriptbasic.sourceproviders
Class AbstractSourcePathSourceProvider
- java.lang.Object
-
- com.scriptbasic.sourceproviders.AbstractSourceProvider
-
- com.scriptbasic.sourceproviders.AbstractSourcePathSourceProvider
-
- All Implemented Interfaces:
SourcePathProvider,SourceProvider
- Direct Known Subclasses:
AbstractSingleIncludeSourcePathSourceProvider
public abstract class AbstractSourcePathSourceProvider extends AbstractSourceProvider implements SourcePathProvider, SourceProvider
An abstract source provider extended by all the source provider implementations that rely on a SourcePath implementation.- Author:
- Peter Verhas
-
-
Constructor Summary
Constructors Constructor Description AbstractSourcePathSourceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourcePathgetSourcePath()voidsetSourcePath(SourcePath sourcePath)-
Methods inherited from class com.scriptbasic.sourceproviders.AbstractSourceProvider
get, get
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.scriptbasic.readers.SourceProvider
get, get
-
-
-
-
Method Detail
-
getSourcePath
public SourcePath getSourcePath()
- Specified by:
getSourcePathin interfaceSourcePathProvider
-
setSourcePath
public void setSourcePath(SourcePath sourcePath)
- Specified by:
setSourcePathin interfaceSourcePathProvider
-
-