Packages

object Main extends CommandIOApp

Linear Supertypes
CommandIOApp, IOApp, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Main
  2. CommandIOApp
  3. IOApp
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val DUMP_FILE: String
  5. val action: Opts[DumpAction]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def computeWorkerThreadCount: Int
    Attributes
    protected
    Definition Classes
    IOApp
  9. val countEntities: Opts[CountEntities.type]
  10. val defaultProcessor: Product with Serializable with Processor
  11. def dump(filePath: Path, action: DumpAction, maybeOutPath: Option[Path], verbose: Boolean, processor: Processor): IO[ExitCode]
  12. val dump: Opts[Dump]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def f(x: Unit, maxStatements: Option[Int]): ShowEntities
  16. val filePath: Opts[Path]
  17. val filterBySchema: Opts[FilterBySchema]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def main: Opts[IO[ExitCode]]
    Definition Classes
    Main → CommandIOApp
  22. final def main(args: Array[String]): Unit
    Definition Classes
    IOApp
  23. val maxStatements: Opts[Option[Int]]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val outPath: Opts[Option[Path]]
  28. def processEntity(entityStr: String): IO[ExitCode]
  29. val processEntity: Opts[ProcessEntity]
  30. val processor: Opts[Product with Serializable with Processor]
  31. val processorNames: List[String]
  32. val processors: List[Product with Serializable with Processor]
  33. final def run(args: List[String]): IO[ExitCode]
    Definition Classes
    CommandIOApp → IOApp
  34. def runtime: IORuntime
    Attributes
    protected
    Definition Classes
    IOApp
  35. def runtimeConfig: IORuntimeConfig
    Attributes
    protected
    Definition Classes
    IOApp
  36. val schemaPath: Opts[Path]
  37. val showEntities: Opts[Unit]
  38. val showEntitiesMax: Opts[ShowEntities]
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. val verbose: Opts[Boolean]
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from CommandIOApp

Inherited from IOApp

Inherited from AnyRef

Inherited from Any

Ungrouped