Packages

p

bloop

exec

package exec

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class ForkProcess(javaEnv: JavaEnv, classpath: Array[AbsolutePath]) extends Product with Serializable

    Configuration to start a new JVM to execute Java code.

    Configuration to start a new JVM to execute Java code.

    javaEnv

    The configuration describing how to start the new JVM.

    classpath

    The full classpath with which the code should be executed.

  2. final case class JavaEnv(javaHome: AbsolutePath, javaOptions: Array[String]) extends Product with Serializable

    The configuration of the Java environment for a given project.

    The configuration of the Java environment for a given project.

    javaHome

    Location of the java home. The java binary is expected to be found in $javaHome/bin/java.

    javaOptions

    The options to pass the JVM when starting.

Value Members

  1. object ForkProcess extends Serializable
  2. object JavaEnv extends Serializable

Ungrouped