class LanguageServerFactory extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LanguageServerFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LanguageServerFactory(clientNotifier: ClientNotifier, profileValidatorBuilder: BaseProfileValidatorBuilder = ProfileValidatorWebBuilder)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
var
amfCustomValidatorBuilder: BaseProfileValidatorBuilder
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build(): LanguageServer
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
var
configurationProvider: Option[ProjectConfigurationProvider]
- Attributes
- protected
-
var
directoryResolver: Option[DirectoryResolver]
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
languageServerWithBasicFeatures(builders: WorkspaceManagerFactory): LanguageServerBuilder
- Attributes
- protected
-
var
logger: Logger
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
var
notificationsKind: DiagnosticNotificationsKind
- Attributes
- protected
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
var
plugins: Seq[AMFShapePayloadValidationPlugin]
- Attributes
- protected
-
var
rl: Seq[ResourceLoader]
- Attributes
- protected
-
var
serialization: SerializationProps[_]
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
var
textDocumentSyncBuilder: Option[TextDocumentSyncBuilder]
- Attributes
- protected
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withAdditionalResourceLoader(r: ResourceLoader): LanguageServerFactory.this.type
- def withAdditionalResourceLoaders(r: Seq[ResourceLoader]): LanguageServerFactory.this.type
- def withAmfCustomValidator(customValidator: CustomValidator): LanguageServerFactory.this.type
- def withAmfPlugins(plugin: Seq[AMFShapePayloadValidationPlugin]): LanguageServerFactory.this.type
- def withDirectoryResolver(dr: DirectoryResolver): LanguageServerFactory.this.type
- def withLogger(logger: Logger): LanguageServerFactory.this.type
- def withNotificationKind(notificationsKind: DiagnosticNotificationsKind): LanguageServerFactory.this.type
- def withProjectConfigurationProvider(configProvider: Option[ProjectConfigurationProvider]): LanguageServerFactory.this.type
- def withResourceLoaders(rl: Seq[ResourceLoader]): LanguageServerFactory.this.type
- def withSerializationProps(serializationProps: SerializationProps[_]): LanguageServerFactory.this.type
- def withTextDocumentSyncBuilder(givenTextDocumentSyncBuilder: TextDocumentSyncBuilder): LanguageServerFactory.this.type
- def withWorkspaceConfigListener(workspaceContentListener: WorkspaceContentListener[_]): LanguageServerFactory.this.type
-
var
workspaceContentListeners: Seq[WorkspaceContentListener[_]]
- Attributes
- protected
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated