ProcUtil

scala.cli.internal.ProcUtil
object ProcUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ProcUtil.type

Members list

Value members

Concrete methods

def findApplicationPathsOnPATH(appName: String): List[String]
def forceKillProcess(process: Process, logger: Logger): Unit
def interruptProcess(process: Process, logger: Logger): Unit
def isShebangCapableShell: Boolean
def maybeUpdatePreamble(file: Path): Boolean
def waitForProcess(process: Process, onExit: CompletableFuture[_]): Unit