Packages

trait ShellConfig extends AnyRef

Source
ShellConfig.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShellConfig
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def batchMode: Boolean
  2. abstract def batchText: String
  3. abstract def doCompletion: Boolean
  4. abstract def filesToLoad: List[String]
  5. abstract def filesToPaste: List[String]
  6. abstract def haveInteractiveConsole: Boolean

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ShellConfig toany2stringadd[ShellConfig] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ShellConfig, B)
    Implicit
    This member is added by an implicit conversion from ShellConfig toArrowAssoc[ShellConfig] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val colorOk: Boolean
  9. val continueString: String
  10. val continueText: String
  11. def encolor(s: String): String
  12. def ensuring(cond: (ShellConfig) => Boolean, msg: => Any): ShellConfig
    Implicit
    This member is added by an implicit conversion from ShellConfig toEnsuring[ShellConfig] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (ShellConfig) => Boolean): ShellConfig
    Implicit
    This member is added by an implicit conversion from ShellConfig toEnsuring[ShellConfig] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: => Any): ShellConfig
    Implicit
    This member is added by an implicit conversion from ShellConfig toEnsuring[ShellConfig] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): ShellConfig
    Implicit
    This member is added by an implicit conversion from ShellConfig toEnsuring[ShellConfig] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def enversion(s: String): String
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. val format: Prop[String]

    CSV of paged,across to enable pagination or -x style columns, "across" instead of down the column.

    CSV of paged,across to enable pagination or -x style columns, "across" instead of down the column. Since pagination turns off columnar output, these flags are currently mutually exclusive.

  21. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ShellConfig toStringFormat[ShellConfig] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val historyFile: String
  25. val isAcross: Boolean
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val isPaged: Boolean
  28. def isReplDebug: Boolean
  29. def isReplInfo: Boolean
  30. def isReplPower: Boolean
  31. def isReplTrace: Boolean
  32. val maxPrintString: Prop[Int]
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. val pasteDelimiter: Prop[String]
  37. val power: BooleanProp
  38. val powerBanner: Prop[File]
  39. val powerInitCode: Prop[File]
  40. val promptString: String
  41. val promptText: String
  42. val replAutorunCode: Prop[File]
  43. def repldbg(msg: => String): Unit
  44. def replinfo(msg: => String): Unit
  45. def repltrace(msg: => String): Unit
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def viMode: Boolean
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. val welcomeString: String

Deprecated Value Members

  1. def [B](y: B): (ShellConfig, B)
    Implicit
    This member is added by an implicit conversion from ShellConfig toArrowAssoc[ShellConfig] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromShellConfig to any2stringadd[ShellConfig]

Inherited by implicit conversion StringFormat fromShellConfig to StringFormat[ShellConfig]

Inherited by implicit conversion Ensuring fromShellConfig to Ensuring[ShellConfig]

Inherited by implicit conversion ArrowAssoc fromShellConfig to ArrowAssoc[ShellConfig]

Ungrouped