Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-protocol
PluginDeployerFileHandler
Interface PluginDeployerFileHandler
interface
PluginDeployerFileHandler
{
accept
(
pluginDeployerEntry
:
PluginDeployerEntry
)
:
Promise
<
boolean
>
;
handle
(
context
:
PluginDeployerFileHandlerContext
)
:
Promise
<
void
>
;
}
Implemented by
PluginTheiaFileHandler
Index
Methods
accept
handle
Methods
accept
accept
(
pluginDeployerEntry
:
PluginDeployerEntry
)
:
Promise
<
boolean
>
Parameters
pluginDeployerEntry
:
PluginDeployerEntry
Returns
Promise
<
boolean
>
handle
handle
(
context
:
PluginDeployerFileHandlerContext
)
:
Promise
<
void
>
Parameters
context
:
PluginDeployerFileHandlerContext
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
accept
handle
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...