Packages

  • package root
    Definition Classes
    root
  • package io
    Definition Classes
    root
  • package github
    Definition Classes
    io
  • package vigoo
    Definition Classes
    github
  • package prox

    Provides classes to work with system processes in a type safe way.

    Provides classes to work with system processes in a type safe way.

    Refer to the user guide for more information.

    A process to be executed is represented by the Process trait. Once it has finished running the results are in ProcessResult. We call a group of processes attached together a process group, represented by ProcessGroup, its result is described by ProcessGroupResult.

    Redirection of input, output and error is enabled by the RedirectableInput, RedirectableOutput and RedirectableError trait for single processes, and the RedirectableErrors trait for process groups.

    Processes and process groups are executed by a ProcessRunner, the default implementation is called JVMProcessRunner.

    Definition Classes
    vigoo
  • trait ProcessGroupModule extends AnyRef
    Definition Classes
    prox
  • ProcessGroup
  • ProcessGroupConfiguration
  • ProcessGroupResult
  • RunningProcessGroup
  • SimpleProcessGroupResult

object ProcessGroup

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProcessGroup
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Mapper[O, E] extends AnyRef

    Mapper functions for altering a process group

  2. case class ProcessGroupImpl(firstProcess: UnboundIEProcess[Prox.ProxStream[Byte]], innerProcesses: List[UnboundIEProcess[Prox.ProxStream[Byte]]], lastProcess: UnboundProcess, originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[Unit, Unit] with Prox.RedirectableOutput[[α$6$]ProcessGroupImplO[α$6$]] with Prox.RedirectableInput[ProcessGroupImplI] with Prox.RedirectableErrors[[α$7$]ProcessGroupImplE[α$7$]] with Product with Serializable

    Process group with unbound input, output and error streams

  3. case class ProcessGroupImplE[E](firstProcess: UnboundIProcess[Prox.ProxStream[Byte], E], innerProcesses: List[UnboundIProcess[Prox.ProxStream[Byte], E]], lastProcess: UnboundIOProcess[E], originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[Unit, E] with Prox.RedirectableOutput[[α$5$]ProcessGroupImplOE[α$5$, E]] with Prox.RedirectableInput[ProcessGroupImplIE[E]] with Product with Serializable

    Process group with bound error stream

  4. case class ProcessGroupImplI(firstProcess: UnboundEProcess[Prox.ProxStream[Byte]], innerProcesses: List[UnboundIEProcess[Prox.ProxStream[Byte]]], lastProcess: UnboundProcess, originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[Unit, Unit] with Prox.RedirectableOutput[[α$2$]ProcessGroupImplIO[α$2$]] with Prox.RedirectableErrors[[α$3$]ProcessGroupImplIE[α$3$]] with Product with Serializable

    Process group with bound input stream

  5. case class ProcessGroupImplIE[E](firstProcess: Prox.Process[Prox.ProxStream[Byte], E], innerProcesses: List[UnboundIProcess[Prox.ProxStream[Byte], E]], lastProcess: UnboundIOProcess[E], originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[Unit, E] with Prox.RedirectableOutput[[α$1$]ProcessGroupImplIOE[α$1$, E]] with Product with Serializable

    Process group with bound input and error streams

  6. case class ProcessGroupImplIO[O](firstProcess: UnboundEProcess[Prox.ProxStream[Byte]], innerProcesses: List[UnboundIEProcess[Prox.ProxStream[Byte]]], lastProcess: UnboundIEProcess[O], originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[O, Unit] with Prox.RedirectableErrors[[β$0$]ProcessGroupImplIOE[O, β$0$]] with Product with Serializable

    Process group with bound input and output streams

  7. case class ProcessGroupImplIOE[O, E](firstProcess: Prox.Process[Prox.ProxStream[Byte], E], innerProcesses: List[UnboundIProcess[Prox.ProxStream[Byte], E]], lastProcess: UnboundIProcess[O, E], originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[O, E] with Product with Serializable

    Process group with bound input, output and error streams

  8. case class ProcessGroupImplO[O](firstProcess: UnboundIEProcess[Prox.ProxStream[Byte]], innerProcesses: List[UnboundIEProcess[Prox.ProxStream[Byte]]], lastProcess: UnboundIEProcess[O], originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[O, Unit] with Prox.RedirectableInput[ProcessGroupImplIO[O]] with Prox.RedirectableErrors[[β$4$]ProcessGroupImplOE[O, β$4$]] with Product with Serializable

    Process group with bound output stream

  9. case class ProcessGroupImplOE[O, E](firstProcess: UnboundIProcess[Prox.ProxStream[Byte], E], innerProcesses: List[UnboundIProcess[Prox.ProxStream[Byte], E]], lastProcess: UnboundIProcess[O, E], originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[O, E] with Prox.RedirectableInput[ProcessGroupImplIOE[O, E]] with Product with Serializable

    Process group with bound output and error streams

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped