Packages

class CommandRunner extends AbstractCommandRunner

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommandRunner
  2. AbstractCommandRunner
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CommandRunner(deps: CommandDeps)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val args: Seq[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def canTerminate: Boolean
    Definition Classes
    CommandRunnerAbstractCommandRunner
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def doTerminate(): Unit
    Definition Classes
    CommandRunnerAbstractCommandRunner
  9. val envs: Seq[(String, String)]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isTerminated: Boolean
    Definition Classes
    CommandRunnerAbstractCommandRunner
  16. def isTerminating: Boolean
    Definition Classes
    CommandRunnerAbstractCommandRunner
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. val path: String
  21. val returnValue: Promise[Int]
    Attributes
    protected
  22. def run: CommandOutputStream
    Definition Classes
    CommandRunnerAbstractCommandRunner
  23. val stdErr: LinkedBlockingQueue[String]
    Attributes
    protected
  24. val stdOut: LinkedBlockingQueue[String]
    Attributes
    protected
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. var terminate: Boolean
    Attributes
    protected
  27. var terminated: Boolean
    Attributes
    protected
  28. var terminating: Boolean
    Attributes
    protected
  29. val thread: Thread
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. val workingDir: File

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AbstractCommandRunner

Inherited from AnyRef

Inherited from Any

Ungrouped