Package

org.openmole.plugin.hook

file

Permalink

package file

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. file
  2. FilePackage
  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 AppendToCSVFileHook(file: FromContext[core.workflow.dsl.File], prototypes: Vector[Val[_]], header: Option[FromContext[String]], arraysOnSingleRow: Boolean, config: InputOutputConfig) extends Hook with ValidateHook with Product with Serializable

    Permalink
  3. trait AppendToCSVFileHookBuilder[T] extends AnyRef

    Permalink
  4. case class AppendToFileHook(file: FromContext[File], content: FromContext[String], config: InputOutputConfig) extends Hook with ValidateHook with Product with Serializable

    Permalink
  5. case class CopyFileHook(copies: Vector[(Val[File], FromContext[File], CopyOptions)], config: InputOutputConfig) extends Hook with ValidateHook with Product with Serializable

    Permalink
  6. trait FilePackage extends AnyRef

    Permalink
  7. case class SaveHook(file: FromContext[File], prototypes: Vector[Val[_]], config: InputOutputConfig, serializerService: SerializerService) extends Hook with ValidateHook with Product with Serializable

    Permalink

Value Members

  1. object AppendToCSVFileHook extends Serializable

    Permalink
  2. object AppendToFileHook extends Serializable

    Permalink
  3. lazy val CSVHook: AppendToCSVFileHook

    Permalink
    Definition Classes
    FilePackage
  4. object CopyFileHook extends Serializable

    Permalink
  5. object SaveHook extends Serializable

    Permalink
  6. def arraysOnSingleRow: AnyRef { def :=[T](b: Boolean)(implicit evidence$4: org.openmole.plugin.hook.file.AppendToCSVFileHookBuilder[T]): T => T }

    Permalink
    Definition Classes
    FilePackage
  7. def copies: AnyRef { ... /* 4 definitions in type refinement */ }

    Permalink
    Definition Classes
    FilePackage
  8. def csvHeader: AnyRef { def :=[T](h: org.openmole.core.dsl.OptionalArgument[org.openmole.core.expansion.FromContext[String]])(implicit evidence$3: org.openmole.plugin.hook.file.AppendToCSVFileHookBuilder[T]): T => T }

    Permalink
    Definition Classes
    FilePackage

Inherited from FilePackage

Inherited from AnyRef

Inherited from Any

Ungrouped