Class/Object

org.openmole.plugin.hook.file

AppendToCSVFileHook

Related Docs: object AppendToCSVFileHook | package file

Permalink

case class AppendToCSVFileHook(fileName: ExpandedString, prototypes: Vector[Prototype[_]], header: Option[ExpandedString], arraysOnSingleRow: Boolean, config: InputOutputConfig) extends Hook with ValidateHook with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ValidateHook, Hook, Name, InputOutputCheck, 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. InputOutputCheck
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AppendToCSVFileHook(fileName: ExpandedString, prototypes: Vector[Prototype[_]], header: Option[ExpandedString], 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
    AppendToCSVFileHook → Hook
  9. def defaults: DefaultSet

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

    Permalink
    Definition Classes
    AnyRef
  11. val fileName: ExpandedString

    Permalink
  12. def filterOutput(context: Context): Context

    Permalink
    Definition Classes
    InputOutputCheck
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. val header: Option[ExpandedString]

    Permalink
  16. def initializeInput(context: Context)(implicit randomProvider: RandomProvider): Context

    Permalink
    Definition Classes
    InputOutputCheck
  17. def inputs: PrototypeSet

    Permalink
    Definition Classes
    Hook → InputOutputCheck
  18. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    Hook → Name
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def outputs: PrototypeSet

    Permalink
    Definition Classes
    Hook → InputOutputCheck
  24. def perform(context: Context, executionContext: MoleExecutionContext)(implicit rng: RandomProvider): Context

    Permalink
    Definition Classes
    Hook
  25. def perform(context: Context, process: (Context) ⇒ Context)(implicit randomProvider: RandomProvider): Context

    Permalink
    Definition Classes
    InputOutputCheck
  26. def process(context: Context, executionContext: MoleExecutionContext)(implicit rng: RandomProvider): Context

    Permalink
    Definition Classes
    AppendToCSVFileHook → Hook
  27. val prototypes: Vector[Prototype[_]]

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    AppendToCSVFileHook → ValidateHook
  31. def verifyInput(context: Context): Iterable[InputError]

    Permalink
    Attributes
    protected
    Definition Classes
    InputOutputCheck
  32. def verifyOutput(context: Context): Iterable[OutputError]

    Permalink
    Attributes
    protected
    Definition Classes
    InputOutputCheck
  33. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. 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 InputOutputCheck

Inherited from AnyRef

Inherited from Any

Ungrouped