scala.tools.nsc.interpreter.session.JLineHistory

JLineFileHistory

class JLineFileHistory extends SimpleHistory with FileBackedHistory

Source
JLineHistory.scala
Linear Supertypes
FileBackedHistory, PersistentHistory, SimpleHistory, JLineHistory, History, History, Iterable[Entry], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. JLineFileHistory
  2. FileBackedHistory
  3. PersistentHistory
  4. SimpleHistory
  5. JLineHistory
  6. History
  7. History
  8. Iterable
  9. AnyRef
  10. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JLineFileHistory()

Type Members

  1. case class Entry(index: Int, value: CharSequence) extends Entry with Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def add(item: CharSequence): Unit

    Definition Classes
    JLineFileHistorySimpleHistoryJLineHistory → History
  7. def addLineToFile(item: CharSequence): Unit

    Definition Classes
    FileBackedHistory
  8. def append(lines: String*): Unit

    Append one or more lines to the history file.

    Append one or more lines to the history file.

    Attributes
    protected
    Definition Classes
    FileBackedHistory
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def asJavaList: JListIterator[JEntry]

    Definition Classes
    SimpleHistory
  11. def asList: List[JEntry]

    Definition Classes
    SimpleHistory
  12. def asStrings: List[String]

    Definition Classes
    SimpleHistoryHistory
  13. def clear(): Unit

    Definition Classes
    SimpleHistoryJLineHistory → History
  14. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def current(): CharSequence

    Definition Classes
    SimpleHistoryJLineHistory → History
  16. def entries(): JListIterator[JEntry]

    Definition Classes
    SimpleHistoryJLineHistory → History
  17. def entries(idx: Int): JListIterator[JEntry]

    Definition Classes
    SimpleHistoryJLineHistory → History
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def flush(): Unit

    Definition Classes
    FileBackedHistory → PersistentHistory
  22. def get(idx: Int): CharSequence

    Definition Classes
    SimpleHistoryJLineHistory → History
  23. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  24. def grep(s: String): List[String]

    Definition Classes
    SimpleHistoryHistory
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. lazy val historyFile: File

    Attributes
    protected
    Definition Classes
    FileBackedHistory
  27. def index: Int

    Definition Classes
    SimpleHistoryJLineHistoryHistory → History
  28. def isEmpty(): Boolean

    Definition Classes
    SimpleHistoryJLineHistory → History
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def iterator(): JIterator[JEntry]

    Definition Classes
    SimpleHistoryJLineHistory → History → Iterable
  31. def last: String

    Definition Classes
    SimpleHistory
  32. def load(): Unit

    Definition Classes
    FileBackedHistory
  33. def maxSize: Int

    Definition Classes
    SimpleHistory
  34. def moveTo(idx: Int): Boolean

    Definition Classes
    SimpleHistoryJLineHistory → History
  35. def moveToEnd(): Unit

    Definition Classes
    SimpleHistoryJLineHistory → History
  36. def moveToFirst(): Boolean

    Definition Classes
    SimpleHistoryJLineHistory → History
  37. def moveToLast(): Boolean

    Definition Classes
    SimpleHistoryJLineHistory → History
  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. def next(): Boolean

    Definition Classes
    SimpleHistoryJLineHistory → History
  40. final def notify(): Unit

    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  42. def previous(): Boolean

    Definition Classes
    SimpleHistoryJLineHistory → History
  43. def purge(): Unit

    Definition Classes
    FileBackedHistory → PersistentHistory
  44. def replace(item: CharSequence): Unit

    Definition Classes
    SimpleHistoryJLineHistory → History
  45. def size: Int

    Definition Classes
    SimpleHistoryJLineHistoryHistory → History
  46. def sync(): Unit

    Overwrites the history file with the current memory.

    Overwrites the history file with the current memory.

    Attributes
    protected
    Definition Classes
    FileBackedHistory
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def toString(): String

    Definition Classes
    JLineFileHistory → AnyRef → Any
  49. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  50. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  51. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  52. def withoutSaving[T](op: ⇒ T): T

    Definition Classes
    FileBackedHistory

Inherited from FileBackedHistory

Inherited from PersistentHistory

Inherited from SimpleHistory

Inherited from JLineHistory

Inherited from History

Inherited from History

Inherited from Iterable[Entry]

Inherited from AnyRef

Inherited from Any