replpp
package replpp
Members list
Concise view
Type members
Classlikes
case class Config(predefCode: Option[String], predefFiles: List[Path], nocolors: Boolean, verbose: Boolean, dependencies: Seq[String], prompt: Option[String], greeting: String, onExitCode: Option[String], scriptFile: Option[Path], command: Option[String], params: Map[String, String], server: Boolean, serverHost: String, serverPort: Int, serverAuthUsername: String, serverAuthPassword: String)
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object Config
object Dependencies
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Dependencies.type
object InteractiveShell
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- InteractiveShell.type
class ReplDriver(args: Array[String], out: PrintStream, onExitCode: Option[String], greeting: Option[String], prompt: String, maxPrintElements: Int, classLoader: Option[ClassLoader]) extends ReplDriver
Attributes
- Graph
- Supertypes
- class ReplDriverclass Driverclass Objecttrait Matchableclass Any
object ScriptRunner
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- ScriptRunner.type