ScriptModuleInit
Attributes
- Source
- ScriptModuleInit.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScriptModuleInit.type
Members list
Value members
Concrete methods
Attributes
- Source
- ScriptModuleInit.scala
Discovers and instantiates script modules for BSP integration. This method must be called reflectively from the evaluator's classloader.
Discovers and instantiates script modules for BSP integration. This method must be called reflectively from the evaluator's classloader.
Attributes
- Source
- ScriptModuleInit.scala
Discovers all script files in the given workspace directory.
Discovers all script files in the given workspace directory.
Value parameters
- outDir
-
The output directory to exclude (typically
workspaceDir / "out"
) - workspaceDir
-
The root workspace directory to search
Attributes
- Returns
-
A sequence of paths to script files
- Source
- ScriptModuleInit.scala
Attributes
- Source
- ScriptModuleInit.scala
Attributes
- Source
- ScriptModuleInit.scala
Resolves a single script file to a module instance. Exposed for use in BSP integration.
Resolves a single script file to a module instance. Exposed for use in BSP integration.
Attributes
- Source
- ScriptModuleInit.scala
Inherited methods
Attributes
- Inherited from:
- Function4
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Function4 -> Any
- Inherited from:
- Function4
Attributes
- Inherited from:
- Function4