JScratch
Loading...
Searching...
No Matches
com.jscratch.compiler.ProjectRunner Class Reference

Static Public Member Functions

static void mount (File buildDir)
static java.net.URLClassLoader getProjectClassLoader ()
static void run (File buildDir, String mainClassName)

Static Private Attributes

static java.net.URLClassLoader projectClassLoader

Detailed Description

Definition at line 7 of file ProjectRunner.java.

Member Function Documentation

◆ getProjectClassLoader()

java.net.URLClassLoader com.jscratch.compiler.ProjectRunner.getProjectClassLoader ( )
static

Definition at line 21 of file ProjectRunner.java.

◆ mount()

void com.jscratch.compiler.ProjectRunner.mount ( File buildDir)
static

Definition at line 10 of file ProjectRunner.java.

◆ run()

void com.jscratch.compiler.ProjectRunner.run ( File buildDir,
String mainClassName )
static

Definition at line 25 of file ProjectRunner.java.

Member Data Documentation

◆ projectClassLoader

java.net.URLClassLoader com.jscratch.compiler.ProjectRunner.projectClassLoader
staticprivate

Definition at line 8 of file ProjectRunner.java.


The documentation for this class was generated from the following file: