Object/Class

org.openmole.plugin.task.systemexec

SystemExecTask

Related Docs: class SystemExecTask | package systemexec

Permalink

object SystemExecTask extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SystemExecTask
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ExpandedSystemExecCommand(expandedCommand: Expansion) extends Product with Serializable

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _config: PLens[SystemExecTask, SystemExecTask, InputOutputConfig, InputOutputConfig]

    Permalink
  5. def apply(commands: Command*): SystemExecTask

    Permalink

    System exec task execute an external process.

    System exec task execute an external process. To communicate with the dataflow the result should be either a file / category or the return value of the process.

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val command: PLens[SystemExecTask, SystemExecTask, Vector[OSCommands], Vector[OSCommands]]

    Permalink
  9. val environmentVariables: PLens[SystemExecTask, SystemExecTask, Vector[(Prototype[_], String)], Vector[(Prototype[_], String)]]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. val errorOnReturnValue: PLens[SystemExecTask, SystemExecTask, Boolean, Boolean]

    Permalink
  13. val external: PLens[SystemExecTask, SystemExecTask, External, External]

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. implicit def isExternal: ExternalBuilder[SystemExecTask]

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. implicit def isSystemExec: SystemExecTaskBuilder[SystemExecTask]

    Permalink
  20. implicit def isTask: InputOutputBuilder[SystemExecTask]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val returnValue: PLens[SystemExecTask, SystemExecTask, Option[Prototype[Int]], Option[Prototype[Int]]]

    Permalink
  25. val stdErr: PLens[SystemExecTask, SystemExecTask, Option[Prototype[String]], Option[Prototype[String]]]

    Permalink
  26. val stdOut: PLens[SystemExecTask, SystemExecTask, Option[Prototype[String]], Option[Prototype[String]]]

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. val workDirectory: PLens[SystemExecTask, SystemExecTask, Option[String], Option[String]]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped