ClientUtil

mill.client.ClientUtil
object ClientUtil

Attributes

Source
ClientUtil.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ClientUtil.type

Members list

Value members

Concrete methods

def getUserSetProperties(): Map[String, String]

When using Graal Native Image, the launcher receives any -D properties as system properties rather than command-line flags. Thus we try to identify any system properties that are set by the user so we can propagate them to the Mill daemon process appropriately

When using Graal Native Image, the launcher receives any -D properties as system properties rather than command-line flags. Thus we try to identify any system properties that are set by the user so we can propagate them to the Mill daemon process appropriately

Attributes

Source
ClientUtil.scala
def readOptsFileLines(file: Path, env: Map[String, String]): Seq[String]

Reads a file, ignoring empty or comment lines, interpolating env variables.

Reads a file, ignoring empty or comment lines, interpolating env variables.

Attributes

Returns

The non-empty lines of the files or an empty list, if the file does not exist

Source
ClientUtil.scala

Concrete fields

Exit code indicating the server shut down and the client should retry. This can happen due to version mismatch or when the server is terminated while the client is waiting.

Exit code indicating the server shut down and the client should retry. This can happen due to version mismatch or when the server is terminated while the client is waiting.

Attributes

Source
ClientUtil.scala