object CompileSocket extends CompileSocket
- Source
- CompileSocket.scala
- Alphabetic
- By Inheritance
- CompileSocket
- CompileSocket
- CompileOutputCommon
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def deletePort(port: Int): Boolean
Delete the port number to which a scala compile server was connected
Delete the port number to which a scala compile server was connected
- Definition Classes
- CompileSocket
- def echo(msg: String): Unit
- Definition Classes
- CompileOutputCommon
- def fatal(msg: String): Nothing
- Definition Classes
- CompileOutputCommon
- var fixPort: Int
- Definition Classes
- CompileSocket
- def getOrCreateSocket(vmArgs: String, create: Boolean = true, fixedPort: Int = 0): Option[Socket]
Get a socket connected to a daemon.
Get a socket connected to a daemon. If create is true, then create a new daemon if necessary. Returns None if the connection cannot be established.
- Definition Classes
- CompileSocket
- def getPassword(port: Int): String
- Definition Classes
- CompileSocket
- def getPort(vmArgs: String): Int
Get the port number to which a scala compile server is connected; If no server is running yet, then create one.
Get the port number to which a scala compile server is connected; If no server is running yet, then create one.
- Definition Classes
- CompileSocket
- def getSocket(hostName: String, port: Int): Option[Socket]
- Definition Classes
- CompileSocket
- def getSocket(serverAdr: String): Option[Socket]
- Definition Classes
- CompileSocket
- def info(msg: String): Unit
- Definition Classes
- CompileOutputCommon
- def mkDaemonDir(name: String): Directory
- Definition Classes
- CompileSocket
- def portFile(port: Int): File
The port identification file
The port identification file
- Definition Classes
- CompileSocket
- def setPort(port: Int): Unit
Set the port number to which a scala compile server is connected
Set the port number to which a scala compile server is connected
- Definition Classes
- CompileSocket
- def verbose: Boolean
- Definition Classes
- CompileSocket → CompileOutputCommon
- def verbose_=(v: Boolean): Unit
- Definition Classes
- CompileSocket
- def warn(msg: String): Unit
- Definition Classes
- CompileOutputCommon
The Scala compiler and reflection APIs.