case class ShellArguments(help: Boolean, about: Boolean, mmtFiles: List[String], scalaFiles: List[String], cfgFiles: List[String], commands: List[String], shell: Boolean, noshell: Boolean, keepalive: Boolean, useQueue: Boolean, verbosity: Int) extends Product with Serializable
Represents arguments passed to MMT on the command line.
- help
Should we print a help text
- about
Should we print an about text
- mmtFiles
List of MMT files to load
- scalaFiles
List of Scala files to load
- cfgFiles
List of config files to load
- commands
List of commands to run
- shell
interactive mode requested (show shell, terminate manually)
- noshell
batch mode unrequested (no shell, terminate immediately)
- keepalive
server mode requested (after shell (if at all) terminate only when processes finished)
- verbosity
<0: no output, >=0: console output, >10: console output including debug
- Source
- ShellArguments.scala
- Alphabetic
- By Inheritance
- ShellArguments
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ShellArguments(help: Boolean, about: Boolean, mmtFiles: List[String], scalaFiles: List[String], cfgFiles: List[String], commands: List[String], shell: Boolean, noshell: Boolean, keepalive: Boolean, useQueue: Boolean, verbosity: Int)
- help
Should we print a help text
- about
Should we print an about text
- mmtFiles
List of MMT files to load
- scalaFiles
List of Scala files to load
- cfgFiles
List of config files to load
- commands
List of commands to run
- shell
interactive mode requested (show shell, terminate manually)
- noshell
batch mode unrequested (no shell, terminate immediately)
- keepalive
server mode requested (after shell (if at all) terminate only when processes finished)
- verbosity
<0: no output, >=0: console output, >10: console output including debug
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 about: Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cfgFiles: List[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val commands: List[String]
-
def
consoleLog: Boolean
automatically log to console, true by default
-
def
debugOutput: Boolean
automatically log debug output
-
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 help: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keepalive: Boolean
- val mmtFiles: List[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noshell: Boolean
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
prompt: Boolean
decides whether to run in interactive/server or batch/server mode default behavior: interactive if nothing else is happening
-
def
runCleanup: Boolean
decides whether to run in non-server or server mode default behavior: batch
- val scalaFiles: List[String]
- val shell: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val useQueue: Boolean
- val verbosity: Int
-
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()