Package

org.openmole.plugin.task

care

Permalink

package care

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. care
  2. CAREPackage
  3. SystemExecPackage
  4. ExternalPackage
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Activator extends PluginInfoActivator

    Permalink
  2. trait CAREPackage extends SystemExecPackage

    Permalink
  3. case class CARETask(archive: File, hostFiles: Vector[(String, Option[String])], command: Command, workDirectory: Option[String], errorOnReturnValue: Boolean, returnValue: Option[Prototype[Int]], stdOut: Option[Prototype[String]], stdErr: Option[Prototype[String]], environmentVariables: Vector[(Prototype[_], String)], _config: InputOutputConfig, external: External) extends Task with ValidateTask with Product with Serializable

    Permalink
  4. trait CARETaskBuilder[T] extends ReturnValue[T] with ErrorOnReturnValue[T] with StdOutErr[T] with EnvironmentVariables[T] with WorkDirectory[T]

    Permalink

Value Members

  1. object CARETask extends Logger with Serializable

    Permalink
  2. lazy val commands: AnyRef { def +=[T](os: org.openmole.core.tools.service.OS,cmd: org.openmole.plugin.task.systemexec.Command*)(implicit evidence$5: org.openmole.plugin.task.systemexec.SystemExecTaskBuilder[T]): T => T }

    Permalink
    Definition Classes
    SystemExecPackage
  3. lazy val customWorkDirectory: AnyRef { def :=[T](s: org.openmole.core.workflow.dsl.OptionalArgument[String])(implicit evidence$8: org.openmole.plugin.task.systemexec.WorkDirectory[T]): T => T }

    Permalink
    Definition Classes
    SystemExecPackage
  4. lazy val environmentVariable: AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    SystemExecPackage
  5. lazy val errorOnReturnValue: AnyRef { def :=[T](b: Boolean)(implicit evidence$1: org.openmole.plugin.task.systemexec.ErrorOnReturnValue[T]): T => T }

    Permalink
    Definition Classes
    SystemExecPackage
  6. lazy val hostFiles: AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    CAREPackage
  7. lazy val inputFileArrays: AnyRef { ... /* 3 definitions in type refinement */ }

    Permalink
    Definition Classes
    ExternalPackage
  8. lazy val inputFiles: AnyRef { ... /* 3 definitions in type refinement */ }

    Permalink
    Definition Classes
    ExternalPackage
  9. lazy val outputFiles: AnyRef { def +=[T](name: org.openmole.core.workflow.tools.ExpandedString,p: org.openmole.core.workflow.data.Prototype[java.io.File])(implicit evidence$5: org.openmole.plugin.task.external.ExternalBuilder[T],implicit evidence$6: org.openmole.core.workflow.builder.InputOutputBuilder[T]): T => T }

    Permalink
    Definition Classes
    ExternalPackage
  10. def parseWorkDirectory(line: String): Option[String]

    Permalink
  11. lazy val resources: AnyRef { ... /* 4 definitions in type refinement */ }

    Permalink
    Definition Classes
    ExternalPackage
  12. lazy val returnValue: AnyRef { def :=[T](v: org.openmole.core.workflow.dsl.OptionalArgument[org.openmole.core.workflow.data.Prototype[Int]])(implicit evidence$2: org.openmole.plugin.task.systemexec.ReturnValue[T]): T => T }

    Permalink
    Definition Classes
    SystemExecPackage
  13. lazy val stdErr: AnyRef { def :=[T](v: org.openmole.core.workflow.dsl.OptionalArgument[org.openmole.core.workflow.data.Prototype[String]])(implicit evidence$4: org.openmole.plugin.task.systemexec.StdOutErr[T]): T => T }

    Permalink
    Definition Classes
    SystemExecPackage
  14. lazy val stdOut: AnyRef { def :=[T](v: org.openmole.core.workflow.dsl.OptionalArgument[org.openmole.core.workflow.data.Prototype[String]])(implicit evidence$3: org.openmole.plugin.task.systemexec.StdOutErr[T]): T => T }

    Permalink
    Definition Classes
    SystemExecPackage
  15. def workDirectoryLine(content: Seq[String]): Option[String]

    Permalink
  16. val workDirectoryParse: Regex

    Permalink

Inherited from CAREPackage

Inherited from SystemExecPackage

Inherited from ExternalPackage

Inherited from AnyRef

Inherited from Any

Ungrouped