Packages

object Main extends CommandIOApp

Source
Main.scala
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

Type Members

  1. case class DataPath(dataPath: Path, dataFormat: Option[String]) extends DataSpec with Product with Serializable
  2. sealed abstract class DataSpec extends AnyRef
  3. case class EndpointOpt(uri: URI) extends DataSpec with Product with Serializable
  4. case class Manifest(manifestPath: Path, verbose: Boolean) extends Product with Serializable
  5. case class SchemaMapping(schemaSpec: SchemaSpec, mapping: Path, baseIRI: Option[IRI], output: Option[Path], verbose: Boolean) extends Product with Serializable
  6. case class SchemaPath(schema: Path, schemaFormat: String) extends SchemaSpec with Product with Serializable
  7. sealed abstract class SchemaSpec extends AnyRef
  8. case class SchemaURI(uri: URI) extends SchemaSpec with Product with Serializable
  9. case class ShapeMapSpec(shapeMap: Path, shapeMapFormat: String) extends Product with Serializable
  10. case class ShapePathEval(schemaSpec: SchemaSpec, shapePath: String, baseIRI: Option[IRI], output: Option[Path], verbose: Boolean) extends Product with Serializable
  11. case class Validate(schemaSpec: SchemaSpec, dataSpec: DataSpec, shapeMapSpec: ShapeMapSpec, baseIRI: Option[IRI], showResultFormat: String, output: Option[Path], verbose: Boolean) extends Product with Serializable
  12. case class WikibaseValidate(schemaSpec: SchemaSpec, endpoint: EndpointOpt, prefixMapPath: Option[Path], shapeMapSpec: ShapeMapSpec, baseIRI: Option[IRI], showResultFormat: String, output: Option[Path], verbose: Boolean) extends Product with Serializable

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. lazy val availableDataFormats: List[String]
  6. lazy val availableDataFormatsStr: String
  7. lazy val availableSchemaFormats: List[String]
  8. lazy val availableSchemaFormatsStr: String
  9. lazy val availableShapeMapFormats: List[String]
  10. lazy val availableShapeMapFormatsStr: String
  11. lazy val baseIRI: Opts[Option[IRI]]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. def computeWorkerThreadCount: Int
    Attributes
    protected
    Definition Classes
    IOApp
  14. lazy val dataFormatOpt: Opts[String]
  15. lazy val dataOpt: Opts[Path]
  16. lazy val dataPath: Opts[DataPath]
  17. lazy val dataSpec: Opts[DataSpec]
  18. lazy val defaultDataFormat: String
  19. lazy val defaultSchemaFormat: String
  20. lazy val defaultShapeMapFormat: String
  21. lazy val endpoint: Opts[EndpointOpt]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def info(msg: String, verbose: Boolean): IO[Unit]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def main: Opts[IO[ExitCode]]
    Definition Classes
    Main → CommandIOApp
  29. final def main(args: Array[String]): Unit
    Definition Classes
    IOApp
  30. lazy val manifestCommand: Opts[Manifest]
  31. lazy val manifestOpt: Opts[Path]
  32. lazy val mappingOpt: Opts[Path]
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. lazy val outputOpt: Opts[Option[Path]]
  37. lazy val prefixMapPath: Opts[Option[Path]]
  38. final def run(args: List[String]): IO[ExitCode]
    Definition Classes
    CommandIOApp → IOApp
  39. def runtime: IORuntime
    Attributes
    protected
    Definition Classes
    IOApp
  40. def runtimeConfig: IORuntimeConfig
    Attributes
    protected
    Definition Classes
    IOApp
  41. lazy val schemaFormatOpt: Opts[String]
  42. lazy val schemaMappingCommand: Opts[SchemaMapping]
  43. lazy val schemaOpt: Opts[Path]
  44. lazy val schemaPath: Opts[SchemaPath]
  45. lazy val schemaSpec: Opts[SchemaSpec]
  46. lazy val schemaURI: Opts[SchemaURI]
  47. lazy val shapeMapFormatOpt: Opts[String]
  48. lazy val shapeMapOpt: Opts[Path]
  49. lazy val shapeMapSpec: Opts[ShapeMapSpec]
  50. lazy val shapePathOpt: Opts[String]
  51. lazy val shapePathValidateCommand: Opts[ShapePathEval]
  52. lazy val showResultFormatOpt: Opts[String]
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def uri(name: String, helpStr: String): Opts[URI]
  56. lazy val validateCommand: Opts[Validate]
  57. lazy val verboseOpt: Opts[Boolean]
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. lazy val wikibaseCommand: Opts[WikibaseValidate]

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