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, profileValidatorBuilder: BaseProfileValidatorBuilder = ProfileValidatorWebBuilder)

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. def languageServerWithBasicFeatures(builders: WorkspaceManagerFactory): LanguageServerBuilder
    Attributes
    protected
  17. var logger: Logger
    Attributes
    protected
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. var notificationsKind: DiagnosticNotificationsKind
    Attributes
    protected
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. var plugins: Seq[AMFShapePayloadValidationPlugin]
    Attributes
    protected
  23. var rl: Seq[ResourceLoader]
    Attributes
    protected
  24. var serialization: SerializationProps[_]
    Attributes
    protected
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. var textDocumentSyncBuilder: Option[TextDocumentSyncBuilder]
    Attributes
    protected
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. def withAmfCustomValidator(customValidator: CustomValidator): LanguageServerFactory.this.type
  32. def withAmfPlugins(plugin: Seq[AMFShapePayloadValidationPlugin]): LanguageServerFactory.this.type
  33. def withDirectoryResolver(dr: DirectoryResolver): LanguageServerFactory.this.type
  34. def withLogger(logger: Logger): LanguageServerFactory.this.type
  35. def withNotificationKind(notificationsKind: DiagnosticNotificationsKind): LanguageServerFactory.this.type
  36. def withProjectConfigurationProvider(configProvider: Option[ProjectConfigurationProvider]): LanguageServerFactory.this.type
  37. def withResourceLoaders(rl: Seq[ResourceLoader]): LanguageServerFactory.this.type
  38. def withSerializationProps(serializationProps: SerializationProps[_]): LanguageServerFactory.this.type
  39. def withTextDocumentSyncBuilder(givenTextDocumentSyncBuilder: TextDocumentSyncBuilder): LanguageServerFactory.this.type
  40. def withWorkspaceConfigListener(workspaceContentListener: WorkspaceContentListener[_]): LanguageServerFactory.this.type
  41. var workspaceContentListeners: Seq[WorkspaceContentListener[_]]
    Attributes
    protected

Inherited from AnyRef

Inherited from Any

Ungrouped