Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
plugin-ext
PluginServerHandler
Class PluginServerHandler
Hierarchy
PluginServerHandler
Implements
PluginServer
Index
Constructors
constructor
Properties
plugin
Deployer
plugins
Key
Value
Storage
Methods
deploy
do
Deploy
get
All
Storage
Values
get
Storage
Value
set
Storage
Value
undeploy
Constructors
constructor
new
Plugin
Server
Handler
(
)
:
PluginServerHandler
Returns
PluginServerHandler
Properties
Protected
Readonly
plugin
Deployer
plugin
Deployer
:
PluginDeployerImpl
Protected
Readonly
plugins
Key
Value
Storage
plugins
Key
Value
Storage
:
PluginsKeyValueStorage
Methods
deploy
deploy
(
pluginEntry
:
string
, arg2
?:
System
|
User
|
CancellationToken
)
:
Promise
<
void
>
Parameters
pluginEntry:
string
Optional
arg2:
System
|
User
|
CancellationToken
Returns
Promise
<
void
>
Protected
do
Deploy
do
Deploy
(
pluginEntry
:
string
, type
?:
PluginType
)
:
Promise
<
void
>
Parameters
pluginEntry:
string
type:
PluginType
= ...
Returns
Promise
<
void
>
get
All
Storage
Values
get
All
Storage
Values
(
kind
:
PluginStorageKind
)
:
Promise
<
KeysToKeysToAnyValue
>
Parameters
kind:
PluginStorageKind
Returns
Promise
<
KeysToKeysToAnyValue
>
get
Storage
Value
get
Storage
Value
(
key
:
string
, kind
:
PluginStorageKind
)
:
Promise
<
KeysToAnyValues
>
Parameters
key:
string
kind:
PluginStorageKind
Returns
Promise
<
KeysToAnyValues
>
set
Storage
Value
set
Storage
Value
(
key
:
string
, value
:
KeysToAnyValues
, kind
:
PluginStorageKind
)
:
Promise
<
boolean
>
Parameters
key:
string
value:
KeysToAnyValues
kind:
PluginStorageKind
Returns
Promise
<
boolean
>
undeploy
undeploy
(
pluginId
:
string
)
:
Promise
<
void
>
Parameters
pluginId:
string
Returns
Promise
<
void
>
Exports
plugin-
ext
Comments
Command
Arg
Comments
Context
Command
Arg
Comments
Edit
Command
Arg
Composite
Tree
View
Node
Connection
Closed
Error
Custom
Editor
Widget
Debug
Adapter
Executable
Debug
Adapter
Inline
Implementation
Debug
Adapter
Named
Pipe
Server
Debug
Adapter
Server
Decoration
Range
Behavior
Decoration
Render
Options
Document
Link
Known
Commands
Notification
Main
Object
Identifier
Objects
Transferrer
Parameter
Information
Plugin
Contributions
Plugin
Icon
Path
Plugin
Package
Plugin
Paths
Plugin
View
Registry
Plugin
View
Widget
Schemes
Scm
Command
Arg
Selection
Provider
Commands
Signature
Help
Signature
Information
Symbol
Kind
Symbol
Kind
Converter
Text
Document
Show
Options
Text
Editor
Selection
Change
Kind
Themable
Decoration
Attachment
Render
Options
Themable
Decoration
Render
Options
Theme
Icon
Timeline
Command
Arg
Tree
View
Node
Tree
View
Selection
Webview
External
Endpoint
Webview
Widget
Workspace
Text
Edit
Dto
Plugin
Server
Handler
constructor
plugin
Deployer
plugins
Key
Value
Storage
deploy
do
Deploy
get
All
Storage
Values
get
Storage
Value
set
Storage
Value
undeploy