case class Parameters(printer: Printer = ..., storage: Storage = Storage.InMemory(), wd: Path = os.pwd, colors: Ref[Colors] = Ref(Colors.Default), verboseOutput: Boolean = true, initialClassLoader: ClassLoader = null, importHooks: Map[Seq[String], ImportHook] = ImportHook.defaults, alreadyLoadedDependencies: Seq[Dependency] = Nil, classPathWhitelist: Set[Seq[String]] = Set.empty, wrapperNamePrefix: String = "cmd", warnings: Boolean = false) extends Product with Serializable
- wrapperNamePrefix
Name to be used as a prefix for source file and classes wrapping user code, that ends in compilation errors or stack traces in particular
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Parameters
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Parameters(printer: Printer = ..., storage: Storage = Storage.InMemory(), wd: Path = os.pwd, colors: Ref[Colors] = Ref(Colors.Default), verboseOutput: Boolean = true, initialClassLoader: ClassLoader = null, importHooks: Map[Seq[String], ImportHook] = ImportHook.defaults, alreadyLoadedDependencies: Seq[Dependency] = Nil, classPathWhitelist: Set[Seq[String]] = Set.empty, wrapperNamePrefix: String = "cmd", warnings: Boolean = false)
- wrapperNamePrefix
Name to be used as a prefix for source file and classes wrapping user code, that ends in compilation errors or stack traces in particular
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val alreadyLoadedDependencies: Seq[Dependency]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val classPathWhitelist: Set[Seq[String]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val colors: Ref[Colors]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val importHooks: Map[Seq[String], ImportHook]
- val initialClassLoader: ClassLoader
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val printer: Printer
- val storage: Storage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val verboseOutput: Boolean
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val warnings: Boolean
- val wd: Path
- val wrapperNamePrefix: String