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() @IntrinsicCandidate()
  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 findAnnotationMappingFor(dialect: Dialect, extension: SemanticExtension): Option[AnnotationMapping]
  23. def findSemanticByName(name: String): Option[(SemanticExtension, Dialect)]
  24. def findSemanticFor(uri: String): Seq[(SemanticExtension, Dialect)]
  25. def findSemanticForName(name: String): Option[(SemanticExtension, Dialect)]
  26. def getAmfConfig(base: AMFConfiguration): AMFConfiguration
  27. def getAmfConfig(spec: Spec): AMFConfiguration
  28. def getAmfConfig: AMFConfiguration
  29. def getAmfConfig(url: String): AMFConfiguration
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  35. def parse(url: String, maxFileSize: Option[Int] = None): Future[AmfParseResult]
  36. val platform: Platform
    Definition Classes
    PlatformSecrets
  37. def profiles: Seq[ValidationProfile]
  38. val projectState: ProjectConfigurationState
  39. def semanticKeysFor(uri: String, excludedDialects: Seq[Dialect] = Seq.empty): Seq[(String, Boolean)]

    returns

    (name, isScalar)

  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toResult(uri: String, r: AMFParseResult): AmfParseResult
  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()
  44. 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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PlatformSecrets

Inherited from AnyRef

Inherited from Any

Ungrouped