Packages

p

es.weso

wdsubmain

package wdsubmain

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Dump(filePath: Path, action: DumpAction, outPath: Option[Path], verbose: Boolean, processor: Processor) extends Product with Serializable
  2. sealed trait DumpAction extends AnyRef
  3. case class FilterBySchema(schema: Path) extends DumpAction with Product with Serializable
  4. case class ProcessEntity(entity: String) extends Product with Serializable
  5. sealed trait Processor extends AnyRef
  6. case class ShowEntities(maxStatements: Option[Int]) extends DumpAction with Product with Serializable

Value Members

  1. object CountEntities extends DumpAction with Product with Serializable
  2. object Fs2 extends Processor with Product with Serializable
  3. object Main extends CommandIOApp
  4. object WDTK extends Processor with Product with Serializable

Ungrouped