Uses of Interface
com.scriptbasic.readers.SourceProvider
Packages that use SourceProvider
Package
Description
-
Uses of SourceProvider in com.scriptbasic
Methods in com.scriptbasic with parameters of type SourceProviderModifier and TypeMethodDescriptionEngine.eval(String sourceName, SourceProvider provider) Engine.load(String sourceName, SourceProvider provider) -
Uses of SourceProvider in com.scriptbasic.api
Methods in com.scriptbasic.api with parameters of type SourceProviderModifier and TypeMethodDescriptionScriptBasic.eval(String sourceName, SourceProvider provider) Read the content of the source from the file, db...ScriptBasic.load(String sourceName, SourceProvider provider) Read the content of the source from the file, db... -
Uses of SourceProvider in com.scriptbasic.readers
Methods in com.scriptbasic.readers that return SourceProviderModifier and TypeMethodDescriptionGenericHierarchicalSourceReader.getSourceProvider()GenericSourceReader.getSourceProvider()SourceReader.getSourceProvider()Get the source provider that provided this reader.Constructors in com.scriptbasic.readers with parameters of type SourceProviderModifierConstructorDescriptionGenericSourceReader(Reader reader, SourceProvider sourceProvider, String sourceFileName) -
Uses of SourceProvider in com.scriptbasic.sourceproviders
Classes in com.scriptbasic.sourceproviders that implement SourceProviderModifier and TypeClassDescriptionclassAbstract class to be extended by source provider implementations that include a single file only once and use source path.classAn abstract class to be extended by the source provider implementations that do not want to include one source more than once.classAn abstract source provider extended by all the source provider implementations that rely on a SourcePath implementation.classAn abstract source provider to be extended by the source provider implementations.classA source provider that reads the sources from files.classAbstract class to be extended by source path implementations that include a file only once and which include file only using full path.classAbstract 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.classThis implementation provides the source from strings.