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

Capable of building different AMF configurations from a frozen state

Linear Supertypes
Serializable, Serializable, Product, Equals, AlsPlatformSecrets, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ALSConfigurationState
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AlsPlatformSecrets
  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 allDefinitions: Seq[DocumentDefinition]
  5. lazy val amfParseContext: AmfParseContext
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def buildJsonSchema(shape: AnyShape): String
  8. val cache: UnitCache
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  10. def configForDefinition(d: DocumentDefinition): AMLSpecificConfiguration
  11. def configForSpec(spec: Spec): AMLSpecificConfiguration
  12. def configForUnit(unit: BaseUnit): AMLSpecificConfiguration
  13. def definitionFor(nameAndVersion: String): Option[Dialect]
  14. def definitionFor(spec: Spec): Option[DocumentDefinition]
  15. def definitionFor(bu: BaseUnit): Option[DocumentDefinition]
  16. def dialects: Seq[Dialect]
  17. val editorResourceLoader: Option[ResourceLoader]
  18. val editorState: EditorConfigurationState
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def fetchContent(uri: String): Future[Content]
  21. def findAnnotationMappingFor(dialect: Dialect, extension: SemanticExtension): Option[AnnotationMapping]
  22. def findSemanticByName(name: String): Option[(SemanticExtension, Dialect)]
  23. def findSemanticFor(uri: String): Seq[(SemanticExtension, Dialect)]
  24. def findSemanticForName(name: String): Option[(SemanticExtension, Dialect)]
  25. def getAmfConfig(base: ShapesConfiguration, asMain: Boolean): ShapesConfiguration
  26. def getAmfConfig(spec: Spec): ShapesConfiguration
  27. def getAmfConfig(asMain: Boolean): ShapesConfiguration
  28. def getAmfConfig(url: String, asMain: Boolean): ShapesConfiguration
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  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() @IntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. def parse(url: String, asMain: Boolean = false, maxFileSize: Option[Int] = None): Future[AmfParseResult]
  35. val platform: Platform
    Definition Classes
    AlsPlatformSecrets
  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(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. 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 AlsPlatformSecrets

Inherited from AnyRef

Inherited from Any

Ungrouped