Packages

class ReplProps extends AnyRef

Source
ReplProps.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplProps
  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. All

Instance Constructors

  1. new ReplProps()

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 ReplProps to any2stringadd[ReplProps] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ReplProps, B)
    Implicit
    This member is added by an implicit conversion from ReplProps to ArrowAssoc[ReplProps] 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val colorOk: Boolean
  9. val continuePrompt: String
  10. val continueString: String
  11. val continueText: String
  12. val debug: BooleanProp
  13. def encolor(s: String): String
  14. def ensuring(cond: (ReplProps) ⇒ Boolean, msg: ⇒ Any): ReplProps
    Implicit
    This member is added by an implicit conversion from ReplProps to Ensuring[ReplProps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (ReplProps) ⇒ Boolean): ReplProps
    Implicit
    This member is added by an implicit conversion from ReplProps to Ensuring[ReplProps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): ReplProps
    Implicit
    This member is added by an implicit conversion from ReplProps to Ensuring[ReplProps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): ReplProps
    Implicit
    This member is added by an implicit conversion from ReplProps to Ensuring[ReplProps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def enversion(s: String): String
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. 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.

  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ReplProps to StringFormat[ReplProps] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  26. val info: BooleanProp
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val maxPrintString: Prop[Int]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  32. val pasteDelimiter: Prop[String]
  33. val power: BooleanProp
  34. val powerBanner: Prop[JFile]
  35. val powerInitCode: Prop[JFile]
  36. val prompt: String
  37. val promptString: String
  38. val promptText: String
  39. val replAutorunCode: Prop[JFile]
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. val trace: BooleanProp
  43. val vids: BooleanProp
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def welcome: String
  48. def [B](y: B): (ReplProps, B)
    Implicit
    This member is added by an implicit conversion from ReplProps to ArrowAssoc[ReplProps] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ReplProps to any2stringadd[ReplProps]

Inherited by implicit conversion StringFormat from ReplProps to StringFormat[ReplProps]

Inherited by implicit conversion Ensuring from ReplProps to Ensuring[ReplProps]

Inherited by implicit conversion ArrowAssoc from ReplProps to ArrowAssoc[ReplProps]

Ungrouped