object Utils

Source
Utils.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def derefUriIO(uri: URI): IO[String]
  2. def ioErr[A](msg: String): IO[A]
  3. def iriLabel(fa: FocusAction): ShapeMapLabel
  4. def jsonStr2Schema(jsonStr: String): IO[Schema]
  5. def mkLocal(iri: IRI, baseGlobal: URI, baseLocal: URI): URI

    Example:

    Example:

     if iri = IRI("https://raw.githubusercontent.com/shexSpec/shexTest/master/schemas/1dot.shex")
    baseGlobal = https://raw.githubusercontent.com/shexSpec/shexTest/master/schemas/manifest
    baseLocal = file:/home/user/src/shapes/shaclex/src/test/resources/shexTest/schemas
    returns: file:/home/user/src/shapes/shaclex/src/test/resources/shexTest/schemas/1dot.shex
  6. val negativeStructureBase: URI
  7. val negativeSyntaxBase: URI
  8. def result[A](name: String, isOk: Boolean, reason: String): IO[Option[Result]]
  9. def schema2Json(schema: Schema): Json
  10. val schemasBase: URI
  11. def testInfo(msg: String, verbose: Boolean): IO[Unit]
  12. def testInfoValue(msg: String, value: Any, verbose: Boolean): IO[Unit]
  13. def validateFocusAction(fa: FocusAction, base: URI, v: ValidOrFailureTest, shouldValidate: Boolean, name: String, folderURI: URI, verbose: Boolean): IO[Option[Result]]
  14. def validateMapResult(mr: MapResultAction, base: URI, v: ValidOrFailureTest, name: String, folderURI: URI, verbose: Boolean): IO[Option[Result]]
  15. val validationBase: URI