MillProcessLauncher
mill.launcher.MillProcessLauncher
object MillProcessLauncher
Attributes
- Source
- MillProcessLauncher.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MillProcessLauncher.type
Members list
Value members
Concrete methods
Computes a fingerprint of JVM options that affect daemon behavior. This includes options from .mill-jvm-opts file and JAVA_OPTS/JDK_JAVA_OPTIONS env vars. When this fingerprint changes, the daemon should be restarted.
Computes a fingerprint of JVM options that affect daemon behavior. This includes options from .mill-jvm-opts file and JAVA_OPTS/JDK_JAVA_OPTIONS env vars. When this fingerprint changes, the daemon should be restarted.
Attributes
- Source
- MillProcessLauncher.scala
Attributes
- Source
- MillProcessLauncher.scala
Get current terminal dimensions. Returns TerminalDimsResult with width/height.
Get current terminal dimensions. Returns TerminalDimsResult with width/height.
Attributes
- Source
- MillProcessLauncher.scala
Attributes
- Source
- MillProcessLauncher.scala
Attributes
- Source
- MillProcessLauncher.scala
Attributes
- Source
- MillProcessLauncher.scala
def launchMillDaemon(daemonDir: Path, outMode: OutFolderMode, runnerClasspath: Seq[Path], useFileLocks: Boolean, workDir: Path, env: Map[String, String], millRepositories: Seq[String]): SubProcess
Attributes
- Source
- MillProcessLauncher.scala
def launchMillNoDaemon(args: Seq[String], outMode: OutFolderMode, runnerClasspath: Seq[Path], mainClass: String, useFileLocks: Boolean, workDir: Path, env: Map[String, String], millRepositories: Seq[String]): Int
Attributes
- Source
- MillProcessLauncher.scala
Attributes
- Source
- MillProcessLauncher.scala
def millLaunchJvmCommand(runnerClasspath: Seq[Path], outMode: OutFolderMode, workDir: Path, millRepositories: Seq[String]): Seq[String]
Attributes
- Source
- MillProcessLauncher.scala
Attributes
- Source
- MillProcessLauncher.scala
Attributes
- Source
- MillProcessLauncher.scala
In this article