org.scala_tools.maven.mojo.util

ConsolePiper

class ConsolePiper extends Thread

Use Jline to manage input stream, to provide arrow support (history and line navigation).

Linear Supertypes
Thread, Runnable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ConsolePiper
  2. Thread
  3. Runnable
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConsolePiper (p: Process)

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def checkAccess (): Unit

    Attributes
    final
    Definition Classes
    Thread
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. val console : ConsoleReader

  10. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  11. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  14. def getContextClassLoader (): ClassLoader

    Definition Classes
    Thread
  15. def getId (): Long

    Definition Classes
    Thread
  16. def getName (): String

    Attributes
    final
    Definition Classes
    Thread
  17. def getPriority (): Int

    Attributes
    final
    Definition Classes
    Thread
  18. def getStackTrace (): Array[StackTraceElement]

    Definition Classes
    Thread
  19. def getState (): State

    Definition Classes
    Thread
  20. def getThreadGroup (): ThreadGroup

    Attributes
    final
    Definition Classes
    Thread
  21. def getUncaughtExceptionHandler (): UncaughtExceptionHandler

    Definition Classes
    Thread
  22. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  23. val histoFile : File

  24. def interrupt (): Unit

    Definition Classes
    Thread
  25. def isAlive (): Boolean

    Attributes
    final
    Definition Classes
    Thread
  26. def isDaemon (): Boolean

    Attributes
    final
    Definition Classes
    Thread
  27. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  28. def isInterrupted (): Boolean

    Definition Classes
    Thread
  29. def join (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @throws()
  30. def join (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @throws()
  31. def join (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @throws()
  32. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  33. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  34. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  35. val processInput : PrintWriter

  36. def run (): Unit

    Definition Classes
    ConsolePiper → Thread → Runnable
  37. def setContextClassLoader (arg0: ClassLoader): Unit

    Definition Classes
    Thread
  38. def setDaemon (arg0: Boolean): Unit

    Attributes
    final
    Definition Classes
    Thread
  39. def setName (arg0: String): Unit

    Attributes
    final
    Definition Classes
    Thread
  40. def setPriority (arg0: Int): Unit

    Attributes
    final
    Definition Classes
    Thread
  41. def setUncaughtExceptionHandler (arg0: UncaughtExceptionHandler): Unit

    Definition Classes
    Thread
  42. def start (): Unit

    Definition Classes
    Thread
  43. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  44. def toString (): String

    Definition Classes
    Thread → AnyRef → Any
  45. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  48. def countStackFrames (): Int

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  49. def destroy (): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  50. def resume (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  51. def stop (arg0: Throwable): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  52. def stop (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  53. def suspend (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

Inherited from Thread

Inherited from Runnable

Inherited from AnyRef

Inherited from Any