Packages

trait ShellConfig extends AnyRef

Source
ShellConfig.scala
Linear Supertypes
Known Subclasses
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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val historyFile: String
  24. val isAcross: Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val isPaged: Boolean
  27. def isReplDebug: Boolean
  28. def isReplInfo: Boolean
  29. def isReplPower: Boolean
  30. def isReplTrace: Boolean
  31. val maxPrintString: Prop[Int]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. val pasteDelimiter: Prop[String]
  36. val power: BooleanProp
  37. val powerBanner: Prop[File]
  38. val powerInitCode: Prop[File]
  39. val promptString: String
  40. val promptText: String
  41. val replAutorunCode: Prop[File]
  42. def repldbg(msg: => String): Unit
  43. def replinfo(msg: => String): Unit
  44. def repltrace(msg: => String): Unit
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def viMode: Boolean
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. val welcomeString: String

Deprecated Value Members

  1. 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
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. 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