Packages

class RemoteCommandRunner extends CommandRunner with AbstractCommandRunner

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

Instance Constructors

  1. new RemoteCommandRunner(deps: CommandDeps, remoteCommandDeps: RemoteCommandDeps)

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

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 CommandRunner

Inherited from AbstractCommandRunner

Inherited from AnyRef

Inherited from Any

Ungrouped