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 -
Method Summary
Methods inherited from class com.scriptbasic.sourceproviders.AbstractSourceProvider
get, getMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.scriptbasic.readers.SourceProvider
get, get
-
Constructor Details
-
AbstractSourcePathSourceProvider
public AbstractSourcePathSourceProvider()
-
-
Method Details
-
getSourcePath
- Specified by:
getSourcePathin interfaceSourcePathProvider
-
setSourcePath
- Specified by:
setSourcePathin interfaceSourcePathProvider
-