case class ALSConfigurationState(editorState: EditorConfigurationState, projectState: ProjectConfigurationState, editorResourceLoader: Option[ResourceLoader]) extends PlatformSecrets with Product with Serializable

Capable of building different AMF configurations from a frozen state

Linear Supertypes
Serializable, Serializable, Product, Equals, PlatformSecrets, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ALSConfigurationState
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PlatformSecrets
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ALSConfigurationState(editorState: EditorConfigurationState, projectState: ProjectConfigurationState, editorResourceLoader: Option[ResourceLoader])

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. def allDialects: Seq[Dialect]
  5. lazy val amfParseContext: AmfParseContext
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asJsonLD(resolved: BaseUnit, builder: DocBuilder[_], renderOptions: RenderOptions = ...): Unit
  8. def buildJsonSchema(shape: AnyShape): String
  9. val cache: UnitCache
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def configForDialect(d: Dialect): AMLSpecificConfiguration
  12. def configForSpec(spec: Spec): AMLSpecificConfiguration
  13. def configForUnit(unit: BaseUnit): AMLSpecificConfiguration
  14. def definitionFor(nameAndVersion: String): Option[Dialect]
  15. def definitionFor(spec: Spec): Option[Dialect]
  16. def definitionFor(bu: BaseUnit): Option[Dialect]
  17. def dialects: Seq[Dialect]
  18. val editorResourceLoader: Option[ResourceLoader]
  19. val editorState: EditorConfigurationState
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def fetchContent(uri: String): Future[Content]
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def findAnnotationMappingFor(dialect: Dialect, extension: SemanticExtension): Option[AnnotationMapping]
  24. def findSemanticByName(name: String): Option[(SemanticExtension, Dialect)]
  25. def findSemanticFor(uri: String): Seq[(SemanticExtension, Dialect)]
  26. def findSemanticForName(name: String): Option[(SemanticExtension, Dialect)]
  27. def getAmfConfig(base: AMFConfiguration): AMFConfiguration
  28. def getAmfConfig: AMFConfiguration
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def parse(url: String): Future[AmfParseResult]
  35. val platform: Platform
    Definition Classes
    PlatformSecrets
  36. def profiles: Seq[ValidationProfile]
  37. val projectState: ProjectConfigurationState
  38. def semanticKeysFor(uri: String, excludedDialects: Seq[Dialect] = Seq.empty): Seq[(String, Boolean)]

    returns

    (name, isScalar)

  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toResult(uri: String, r: AMFParseResult): AmfParseResult
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PlatformSecrets

Inherited from AnyRef

Inherited from Any

Ungrouped