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. 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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def derefUriIO(uri: URI): IO[String]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def ioErr[A](msg: String): IO[A]
  12. def iriLabel(fa: FocusAction): ShapeMapLabel
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def jsonStr2Schema(jsonStr: String): IO[Schema]
  15. 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
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. val negativeStructureBase: URI
  18. val negativeSyntaxBase: URI
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def result[A](name: String, isOk: Boolean, reason: String): IO[Option[Result]]
  22. def schema2Json(schema: Schema): Json
  23. val schemasBase: URI
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def testInfo(msg: String, verbose: Boolean): IO[Unit]
  26. def testInfoValue(msg: String, value: Any, verbose: Boolean): IO[Unit]
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def validateFocusAction(fa: FocusAction, base: URI, v: ValidOrFailureTest, shouldValidate: Boolean, name: String, folderURI: URI, verbose: Boolean): IO[Option[Result]]
  29. def validateMapResult(mr: MapResultAction, base: URI, v: ValidOrFailureTest, name: String, folderURI: URI, verbose: Boolean): IO[Option[Result]]
  30. val validationBase: URI
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. 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 AnyRef

Inherited from Any

Ungrouped