Uses of Interface
com.scriptbasic.readers.SourcePath
Packages that use SourcePath
Package
Description
-
Uses of SourcePath in com.scriptbasic
Methods in com.scriptbasic with parameters of type SourcePathModifier and TypeMethodDescriptionEngine.eval(String sourceFileName, SourcePath path) Engine.load(String sourceFileName, SourcePath path) -
Uses of SourcePath in com.scriptbasic.api
Methods in com.scriptbasic.api with parameters of type SourcePathModifier and TypeMethodDescriptionScriptBasic.eval(String sourceFileName, SourcePath path) Read the content of the file and execute it.ScriptBasic.load(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 SourcePathMethods in com.scriptbasic.interfaces with parameters of type SourcePath -
Uses of SourcePath in com.scriptbasic.sourceproviders
Classes in com.scriptbasic.sourceproviders that implement SourcePathMethods in com.scriptbasic.sourceproviders that return SourcePathMethods in com.scriptbasic.sourceproviders with parameters of type SourcePathModifier and TypeMethodDescriptionvoidAbstractSourcePathSourceProvider.setSourcePath(SourcePath sourcePath)