Packages

c

org.mulesoft.als.server.client.scala

LanguageServerFactory

class LanguageServerFactory extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LanguageServerFactory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LanguageServerFactory(clientNotifier: ClientNotifier)

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. var amfCustomValidatorBuilder: BaseProfileValidatorBuilder
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def build(): LanguageServer
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. var configurationProvider: Option[ProjectConfigurationProvider]
    Attributes
    protected
  9. var directoryResolver: Option[DirectoryResolver]
    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. var logger: Logger
    Attributes
    protected
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. var notificationsKind: DiagnosticNotificationsKind
    Attributes
    protected
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. var plugins: Seq[AMFShapePayloadValidationPlugin]
    Attributes
    protected
  22. var rl: Seq[ResourceLoader]
    Attributes
    protected
  23. var serialization: SerializationProps[_]
    Attributes
    protected
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. var textDocumentSyncBuilder: Option[TextDocumentSyncBuilder]
    Attributes
    protected
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. def withAmfCustomValidator(customValidator: CustomValidator): LanguageServerFactory.this.type
  31. def withAmfPlugins(plugin: Seq[AMFShapePayloadValidationPlugin]): LanguageServerFactory.this.type
  32. def withDirectoryResolver(dr: DirectoryResolver): LanguageServerFactory.this.type
  33. def withLogger(logger: Logger): LanguageServerFactory.this.type
  34. def withNotificationKind(notificationsKind: DiagnosticNotificationsKind): LanguageServerFactory.this.type
  35. def withProjectConfigurationProvider(configProvider: Option[ProjectConfigurationProvider]): LanguageServerFactory.this.type
  36. def withResourceLoaders(rl: Seq[ResourceLoader]): LanguageServerFactory.this.type
  37. def withSerializationProps(serializationProps: SerializationProps[_]): LanguageServerFactory.this.type
  38. def withTextDocumentSyncBuilder(givenTextDocumentSyncBuilder: TextDocumentSyncBuilder): LanguageServerFactory.this.type

Inherited from AnyRef

Inherited from Any

Ungrouped