Uses of Interface
com.scriptbasic.readers.SourcePath
| Package | Description |
|---|---|
| com.scriptbasic | |
| com.scriptbasic.api | |
| com.scriptbasic.interfaces | |
| com.scriptbasic.sourceproviders |
-
Uses of SourcePath in com.scriptbasic
Methods in com.scriptbasic with parameters of type SourcePath Modifier and Type Method Description ScriptBasicEngine. eval(java.lang.String sourceFileName, SourcePath path)ScriptBasicEngine. load(java.lang.String sourceFileName, SourcePath path) -
Uses of SourcePath in com.scriptbasic.api
Methods in com.scriptbasic.api with parameters of type SourcePath Modifier and Type Method Description ScriptBasicScriptBasic. eval(java.lang.String sourceFileName, SourcePath path)Read the content of the file and execute it.ScriptBasicScriptBasic. load(java.lang.String sourceFileName, SourcePath path)Read the content of the file and execute it. -
Uses of SourcePath in com.scriptbasic.interfaces
Methods in com.scriptbasic.interfaces that return SourcePath Modifier and Type Method Description SourcePathSourcePathProvider. getSourcePath()Methods in com.scriptbasic.interfaces with parameters of type SourcePath Modifier and Type Method Description voidSourcePathProvider. setSourcePath(SourcePath sourcePath) -
Uses of SourcePath in com.scriptbasic.sourceproviders
Classes in com.scriptbasic.sourceproviders that implement SourcePath Modifier and Type Class Description classBasicSourcePathA simple SourcePath implementation.Methods in com.scriptbasic.sourceproviders that return SourcePath Modifier and Type Method Description SourcePathAbstractSourcePathSourceProvider. getSourcePath()Methods in com.scriptbasic.sourceproviders with parameters of type SourcePath Modifier and Type Method Description voidAbstractSourcePathSourceProvider. setSourcePath(SourcePath sourcePath)