object Main extends CommandIOApp
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Main
- CommandIOApp
- IOApp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val DUMP_FILE: String
- val action: Opts[DumpAction]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
computeWorkerThreadCount: Int
- Attributes
- protected
- Definition Classes
- IOApp
- val countEntities: Opts[CountEntities.type]
- val defaultProcessor: Product with Serializable with Processor
- def dump(filePath: Path, action: DumpAction, maybeOutPath: Option[Path], verbose: Boolean, processor: Processor): IO[ExitCode]
- val dump: Opts[Dump]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def f(x: Unit, maxStatements: Option[Int]): ShowEntities
- val filePath: Opts[Path]
- val filterBySchema: Opts[FilterBySchema]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
main: Opts[IO[ExitCode]]
- Definition Classes
- Main → CommandIOApp
-
final
def
main(args: Array[String]): Unit
- Definition Classes
- IOApp
- val maxStatements: Opts[Option[Int]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val outPath: Opts[Option[Path]]
- def processEntity(entityStr: String): IO[ExitCode]
- val processEntity: Opts[ProcessEntity]
- val processor: Opts[Product with Serializable with Processor]
- val processorNames: List[String]
- val processors: List[Product with Serializable with Processor]
-
final
def
run(args: List[String]): IO[ExitCode]
- Definition Classes
- CommandIOApp → IOApp
-
def
runtime: IORuntime
- Attributes
- protected
- Definition Classes
- IOApp
-
def
runtimeConfig: IORuntimeConfig
- Attributes
- protected
- Definition Classes
- IOApp
- val schemaPath: Opts[Path]
- val showEntities: Opts[Unit]
- val showEntitiesMax: Opts[ShowEntities]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val verbose: Opts[Boolean]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )