Packages

case class Inputs(paths: Seq[String]) extends Product with Serializable

Command inputs

paths

paths to files for ingest

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Inputs
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Inputs(paths: Seq[String])

    paths

    paths to files for ingest

Value Members

  1. def asSourceList: Inputs

    Interprets the paths as lists of source file names (instead of the files to ingest)

    Interprets the paths as lists of source file names (instead of the files to ingest)

    returns

    the actual inputs to ingest

  2. lazy val handles: List[FileHandle]

    Interprets the input paths into actual files, handling wildcards, etc

  3. val paths: Seq[String]
  4. val stdin: Boolean