ProcUtil

object ProcUtil
class Object
trait Matchable
class Any

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