package wdsubmain
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Dump(filePath: Path, action: DumpAction, outPath: Option[Path], verbose: Boolean, processor: Processor) extends Product with Serializable
- sealed trait DumpAction extends AnyRef
- case class FilterBySchema(schema: Path) extends DumpAction with Product with Serializable
- case class ProcessEntity(entity: String) extends Product with Serializable
- sealed trait Processor extends AnyRef
- case class ShowEntities(maxStatements: Option[Int]) extends DumpAction with Product with Serializable
Value Members
- object CountEntities extends DumpAction with Product with Serializable
- object Fs2 extends Processor with Product with Serializable
- object Main extends CommandIOApp
- object WDTK extends Processor with Product with Serializable