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() @IntrinsicCandidate()
  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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def languageServerWithBasicFeatures(builders: WorkspaceManagerFactory): LanguageServerBuilder
    Attributes
    protected
  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() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  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(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def withAdditionalResourceLoader(r: ResourceLoader): LanguageServerFactory.this.type
  31. def withAdditionalResourceLoaders(r: Seq[ResourceLoader]): LanguageServerFactory.this.type
  32. def withAmfCustomValidator(customValidator: CustomValidator): LanguageServerFactory.this.type
  33. def withAmfPlugins(plugin: Seq[AMFShapePayloadValidationPlugin]): LanguageServerFactory.this.type
  34. def withDirectoryResolver(dr: DirectoryResolver): LanguageServerFactory.this.type
  35. def withLogger(logger: Logger): LanguageServerFactory.this.type
  36. def withNotificationKind(notificationsKind: DiagnosticNotificationsKind): LanguageServerFactory.this.type
  37. def withProjectConfigurationProvider(configProvider: Option[ProjectConfigurationProvider]): LanguageServerFactory.this.type
  38. def withResourceLoaders(rl: Seq[ResourceLoader]): LanguageServerFactory.this.type
  39. def withSerializationProps(serializationProps: SerializationProps[_]): LanguageServerFactory.this.type
  40. def withTextDocumentSyncBuilder(givenTextDocumentSyncBuilder: TextDocumentSyncBuilder): LanguageServerFactory.this.type
  41. def withWorkspaceConfigListener(workspaceContentListener: WorkspaceContentListener[_]): LanguageServerFactory.this.type
  42. var workspaceContentListeners: Seq[WorkspaceContentListener[_]]
    Attributes
    protected

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped