Uses of Class
com.scriptbasic.sourceproviders.AbstractSourceProvider
| Package | Description |
|---|---|
| com.scriptbasic.sourceproviders |
-
Uses of AbstractSourceProvider in com.scriptbasic.sourceproviders
Subclasses of AbstractSourceProvider in com.scriptbasic.sourceproviders Modifier and Type Class Description classAbstractSingleIncludeSourcePathSourceProviderAbstract class to be extended by source provider implementations that include a single file only once and use source path.classAbstractSingleIncludeSourceProviderAn abstract class to be extended by the source provider implementations that do not want to include one source more than once.classAbstractSourcePathSourceProviderAn abstract source provider extended by all the source provider implementations that rely on a SourcePath implementation.classFileSourceProviderA source provider that reads the sources from files.classSingleIncludeNonRelativeSourceProviderAbstract class to be extended by source path implementations that include a file only once and which include file only using full path.classSingleIncludeSourcePathNonRelativeSourceProviderAbstract class to be extended by source path implementations that include a file only once and which include file only using full path and use source path to find the file.classStringSourceProviderThis implementation provides the source from strings.