Package

org.openmole.plugin.task

container

Permalink

package container

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

Type Members

  1. class Activator extends PluginInfoActivator

    Permalink
  2. type EnvironmentVariable = (String, FromContext[String])

    Permalink
  3. type FileBinding = (String, String)

    Permalink

Value Members

  1. def ArchiveNotFound(archive: tool.file.File): Seq[UserBadDataError]

    Permalink
  2. lazy val ArchiveOK: Seq[UserBadDataError]

    Permalink
  3. def inputPathResolver(inputDirectory: tool.file.File, baseDirectory: String)(path: String): tool.file.File

    Permalink

    inputDirectory

    Directory used to store input files / folder from the dataflow

    path

    Target location

  4. def outputPathResolver(preparedFileBindings: Iterable[FileBinding], hostFileBindings: Iterable[FileBinding], inputDirectory: tool.file.File, userWorkDirectory: String, rootDirectory: tool.file.File)(filePath: String): tool.file.File

    Permalink
  5. def validateContainer(command: FromContext[String], environmentVariables: Vector[EnvironmentVariable], external: External, inputs: PrototypeSet): Seq[Throwable]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped