class Shell extends StandardIOHelper
Creates a Controller and provides a shell interface to it.
The command syntax is given by the Action class and the parser in its companion object.
- Source
- Shell.scala
- Alphabetic
- By Inheritance
- Shell
- StandardIOHelper
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Shell()
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- lazy val controller: Controller
-
var
disableFirstRun: Boolean
if set to true, disables the first run / setup routine during test cases
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
def
getFile(msg: String, default: Option[File]): File
- Definition Classes
- StandardIOHelper
-
def
getString(msg: String, default: Option[String]): String
- Definition Classes
- StandardIOHelper
-
def
getYesNo(default: Boolean): Boolean
read either 'yes' or 'no' from standard input
read either 'yes' or 'no' from standard input
- Definition Classes
- StandardIOHelper
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
input: BufferedReader
- Definition Classes
- StandardIOHelper
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
main(a: Array[String]): Unit
creates controller, loads configurations/startup files, processes arguments, possibly drops into shell or terminates
-
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()
- lazy val repl: REPLExtension
- lazy val runStyle: RunStyle
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()