Package

org.openmole.plugin.task

external

Permalink

package external

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

Type Members

  1. class Activator extends PluginInfoActivator

    Permalink
  2. case class External(inputFileArrays: Vector[InputFileArray] = ..., inputFiles: Vector[InputFile] = ..., outputFiles: Vector[OutputFile] = ..., resources: Vector[Resource] = ...) extends Product with Serializable

    Permalink
  3. trait ExternalBuilder[T] extends AnyRef

    Permalink
  4. trait ExternalPackage extends AnyRef

    Permalink

Value Members

  1. object External extends Serializable

    Permalink
  2. object ExternalBuilder

    Permalink

    Builder for task using external files or directories

    Builder for task using external files or directories

    Use it to copy files or directories, from the dataflow or from your computer in the task workspace and prior to the task execution and to get files generated by the task after its execution.

  3. lazy val inputFileArrays: AnyRef { ... /* 3 definitions in type refinement */ }

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

    Permalink
    Definition Classes
    ExternalPackage
  5. 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
  6. lazy val resources: AnyRef { ... /* 4 definitions in type refinement */ }

    Permalink
    Definition Classes
    ExternalPackage

Inherited from ExternalPackage

Inherited from AnyRef

Inherited from Any

Ungrouped