c

org.mulesoft.als.server.modules.diagnostic

FromJsonLDValidatorExecutor

class FromJsonLDValidatorExecutor extends CustomValidator with FileAssertionTest with TimeoutFuture

Linear Supertypes
TimeoutFuture, FileAssertionTest, AlsPlatformSecrets, CustomValidator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FromJsonLDValidatorExecutor
  2. TimeoutFuture
  3. FileAssertionTest
  4. AlsPlatformSecrets
  5. CustomValidator
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FromJsonLDValidatorExecutor(result: String = "{}")

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 assertDifferences(actual: AsyncFile, golden: String): Future[Assertion]
    Attributes
    protected
    Definition Classes
    FileAssertionTest
  6. def called(profile: String, goldenUri: String): Future[Assertion]
  7. def calledAtLeastNTimes(n: Int): Future[Assertion]
  8. def calledNTimes(n: Int): Future[Assertion]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def executedProfiles(profiles: Set[String]): Future[Assertion]
  13. lazy val fs: FileSystem
    Attributes
    protected
    Definition Classes
    FileAssertionTest
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. val platform: Platform
    Definition Classes
    AlsPlatformSecrets
  21. val result: String
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def timeoutFuture[T](f: Future[T], millis: Long)(implicit ec: ExecutionContext): Future[T]
    Definition Classes
    TimeoutFuture
  24. def tmp(name: String): String
    Definition Classes
    FileAssertionTest
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def validate(document: String, profile: String): Future[String]
    Definition Classes
    FromJsonLDValidatorExecutor → CustomValidator
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def writeTemporaryFile(golden: String)(content: String): Future[AsyncFile]
    Attributes
    protected
    Definition Classes
    FileAssertionTest

Deprecated Value Members

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

Inherited from TimeoutFuture

Inherited from FileAssertionTest

Inherited from AlsPlatformSecrets

Inherited from CustomValidator

Inherited from AnyRef

Inherited from Any

Ungrouped