mill.client

package mill.client

Members list

Packages

Type members

Classlikes

object ClientUtil

Attributes

Source
ClientUtil.scala
Supertypes
class Object
trait Matchable
class Any
Self type
ClientUtil.type
class FileToStreamTailer(file: Path, stream: PrintStream, intervalMsec: Int) extends Thread, AutoCloseable

Attributes

Source
FileToStreamTailer.scala
Supertypes
trait AutoCloseable
class Thread
trait Runnable
class Object
trait Matchable
class Any
Show all

Attributes

Source
LaunchedServer.scala
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ServerLaunchOutputs(stdout: Option[String], stderr: Option[String])

Attributes

Source
ServerLaunchOutputs.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
ServerLaunchResult.scala
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Client side code that interacts with Server.scala in order to launch a generic long-lived background daemon.

Client side code that interacts with Server.scala in order to launch a generic long-lived background daemon.

Attributes

Source
ServerLauncher.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object Versions

Attributes

Source
Versions.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Versions.type