replpp
package replpp
Members list
Packages
package replpp.scripting
Type members
Classlikes
case class Config(predefCode: Option[String], predefFiles: Seq[Path], predefFilesBeforePredefCode: Boolean, 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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Config
object Dependencies
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Dependencies.type
object InteractiveShell
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
InteractiveShell.type
object PPrinter
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PPrinter.type
class ReplDriver(args: Array[String], out: PrintStream, onExitCode: Option[String], greeting: Option[String], prompt: String, maxPrintElements: Int, classLoader: Option[ClassLoader]) extends ReplDriver
Attributes
- Supertypes
-
class ReplDriverclass Driverclass Objecttrait Matchableclass Any
object UsingDirectives
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
UsingDirectives.type
Value members
Concrete methods
resolve absolute or relative paths to an absolute path
resolve absolute or relative paths to an absolute path
- if given pathStr is an absolute path, just take that
- if it's a relative path, use given base path to resolve it to an absolute path
Attributes
verbose mode can either be enabled via the config, or the environment variable SCALA_REPL_PP_VERBOSE=true
verbose mode can either be enabled via the config, or the environment variable SCALA_REPL_PP_VERBOSE=true
Attributes
Concrete fields
In this article