case class Inputs(paths: Seq[String]) extends Product with Serializable
Command inputs
- paths
paths to files for ingest
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Inputs
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Inputs(paths: Seq[String])
- paths
paths to files for ingest
Value Members
-
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
-
lazy val
handles: List[FileHandle]
Interprets the input paths into actual files, handling wildcards, etc
- val paths: Seq[String]
- val stdin: Boolean