ProcUtil

scala.cli.internal.ProcUtil$
object ProcUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def download(url: String, headers: (String, String)*): Array[Byte]
def downloadFile(url: String): String
def findApplicationPathsOnPATH(appName: String): List[String]
def forceKillProcess(process: Process, logger: Logger): Unit
def interruptProcess(process: Process, logger: Logger): Unit
def maybeUpdatePreamble(file: Path): Boolean
def waitForProcess(process: Process, onExit: CompletableFuture[_]): Unit