Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-protocol
PluginDeployerFileHandlerContext
Interface PluginDeployerFileHandlerContext
interface
PluginDeployerFileHandlerContext
{
pluginEntry
()
:
PluginDeployerEntry
;
unzip
(
sourcePath
:
string
,
destPath
:
string
)
:
Promise
<
void
>
;
}
Implemented by
PluginDeployerFileHandlerContextImpl
Index
Methods
plugin
Entry
unzip
Methods
plugin
Entry
pluginEntry
()
:
PluginDeployerEntry
Returns
PluginDeployerEntry
unzip
unzip
(
sourcePath
:
string
,
destPath
:
string
)
:
Promise
<
void
>
Parameters
sourcePath
:
string
destPath
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
plugin
Entry
unzip
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...