Class/Object

org.openmole.plugin.hook.file

AppendToCSVFileHook

Related Docs: object AppendToCSVFileHook | package file

Permalink

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

Linear Supertypes
Serializable, Serializable, Product, Equals, ValidateHook, Hook, Name, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AppendToCSVFileHook
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ValidateHook
  7. Hook
  8. Name
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AppendToCSVFileHook(file: FromContext[core.workflow.dsl.File], prototypes: Vector[Val[_]], header: Option[FromContext[String]], arraysOnSingleRow: Boolean, config: InputOutputConfig)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val arraysOnSingleRow: Boolean

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def className: String

    Permalink
    Definition Classes
    Name
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val config: InputOutputConfig

    Permalink
    Definition Classes
    AppendToCSVFileHookHook
  9. def defaults: DefaultSet

    Permalink
    Definition Classes
    Hook
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. val file: FromContext[core.workflow.dsl.File]

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. val header: Option[FromContext[String]]

    Permalink
  15. def inputs: PrototypeSet

    Permalink
    Definition Classes
    Hook
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def name: Option[String]

    Permalink
    Definition Classes
    HookName
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def outputs: PrototypeSet

    Permalink
    Definition Classes
    Hook
  22. def perform(context: Context, executionContext: MoleExecutionContext): Context

    Permalink
    Definition Classes
    Hook
  23. def process(executionContext: MoleExecutionContext): FromContext[Context]

    Permalink
    Attributes
    protected
    Definition Classes
    AppendToCSVFileHookHook
  24. val prototypes: Vector[Val[_]]

    Permalink
  25. def simpleName: String

    Permalink
    Definition Classes
    Name
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    Name → AnyRef → Any
  28. def validate(inputs: Seq[Val[_]]): Seq[Throwable]

    Permalink
    Definition Classes
    AppendToCSVFileHookValidateHook
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ValidateHook

Inherited from Hook

Inherited from Name

Inherited from AnyRef

Inherited from Any

Ungrouped