Package | Description |
---|---|
com.scriptbasic | |
com.scriptbasic.interfaces | |
com.scriptbasic.readers | |
com.scriptbasic.sourceproviders |
Modifier and Type | Method and Description |
---|---|
void |
Engine.eval(String sourceName,
SourceProvider provider) |
void |
Engine.load(String sourceName,
SourceProvider provider) |
Modifier and Type | Method and Description |
---|---|
SourceProvider |
Reader.getSourceProvider()
Get the source provider that provided this reader.
|
Modifier and Type | Method and Description |
---|---|
void |
EngineApi.eval(String sourceName,
SourceProvider provider)
Read the content of the source from the file, db...
|
void |
EngineApi.load(String sourceName,
SourceProvider provider)
Read the content of the source from the file, db...
|
Modifier and Type | Method and Description |
---|---|
SourceProvider |
GenericReader.getSourceProvider() |
SourceProvider |
GenericHierarchicalReader.getSourceProvider() |
Modifier and Type | Method and Description |
---|---|
void |
GenericReader.setSourceProvider(SourceProvider sourceProvider) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSingleIncludeSourcePathSourceProvider
Abstract class to be extended by source provider implementations that include
a single file only once and use source path.
|
class |
AbstractSingleIncludeSourceProvider
An abstract class to be extended by the source provider implementations that
do not want to include one source more than once.
|
class |
AbstractSourcePathSourceProvider
An abstract source provider extended by all the source provider
implementations that rely on a SourcePath implementation.
|
class |
AbstractSourceProvider
An abstract source provider to be extended by the source provider
implementations.
|
class |
FileSourceProvider
A source provider that reads the sources from files.
|
class |
SingleIncludeNonRelativeSourceProvider
Abstract class to be extended by source path implementations that include a
file only once and which include file only using full path.
|
class |
SingleIncludeSourcePathNonRelativeSourceProvider
Abstract 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.
|
class |
StringSourceProvider
This implementation provides the source from strings.
|
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.