Package

org.openmole.plugin.source

file

Permalink

package file

Linear Supertypes
CSVPackage, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. file
  2. CSVPackage
  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 CSVSource(path: ExpandedString, config: InputOutputConfig, columns: Vector[(String, Prototype[_])], fileColumns: Vector[(String, core.dsl.File, Prototype[core.dsl.File])], separator: Option[Char]) extends Source with CSVToVariables with Product with Serializable

    Permalink
  3. case class FileSource(path: ExpandedString, prototype: Prototype[File], config: InputOutputConfig) extends Source with Product with Serializable

    Permalink
  4. case class ListDirectoriesSource(path: ExpandedString, prototype: Prototype[Array[File]], regExp: ExpandedString, config: InputOutputConfig) extends Source with Product with Serializable

    Permalink
  5. case class ListFilesSource(path: ExpandedString, prototype: Prototype[Array[File]], regExp: ExpandedString, config: InputOutputConfig) extends Source with Product with Serializable

    Permalink
  6. case class LoadSource(file: ExpandedString, prototypes: Vector[Prototype[_]], config: InputOutputConfig) extends Source with Product with Serializable

    Permalink

Value Members

  1. object CSVSource extends Serializable

    Permalink
  2. object FileSource extends Serializable

    Permalink
  3. object ListDirectoriesSource extends Serializable

    Permalink
  4. object ListFilesSource extends Serializable

    Permalink
  5. object LoadSource extends Serializable

    Permalink
  6. lazy val columns: AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    CSVPackage
  7. lazy val fileColumns: AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    CSVPackage
  8. lazy val separator: AnyRef { def :=[T](s: org.openmole.core.dsl.OptionalArgument[Char])(implicit evidence$9: org.openmole.plugin.tool.csv.CSVToVariablesBuilder[T]): T => T }

    Permalink
    Definition Classes
    CSVPackage

Inherited from CSVPackage

Inherited from AnyRef

Inherited from Any

Ungrouped