Package

org.openmole.plugin.task

care

Permalink

package care

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

Type Members

  1. class Activator extends PluginInfoActivator

    Permalink
  2. case class CARETask(archive: core.workflow.dsl.File, hostFiles: Vector[(String, Option[String])], command: FromContext[String], workDirectory: Option[String], errorOnReturnValue: Boolean, returnValue: Option[Val[Int]], stdOut: Option[Val[String]], stdErr: Option[Val[String]], environmentVariables: Vector[(String, FromContext[String])], _config: InputOutputConfig, external: External) extends Task with ValidateTask with Product with Serializable

    Permalink

Value Members

  1. object CARETask extends Logger with Serializable

    Permalink
  2. def parseWorkDirectory(line: String): Option[String]

    Permalink
  3. def workDirectoryLine(content: Seq[String]): Option[String]

    Permalink
  4. val workDirectoryParse: Regex

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped