Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
PluginDeployerFileHandlerContext
Interface PluginDeployerFileHandlerContext
interface
PluginDeployerFileHandlerContext
{
pluginEntry
(
)
:
PluginDeployerEntry
;
unzip
(
sourcePath
,
destPath
)
:
Promise
<
void
>
;
}
Implemented by
PluginDeployerFileHandlerContextImpl
Index
Methods
plugin
Entry
unzip
Methods
plugin
Entry
plugin
Entry
(
)
:
PluginDeployerEntry
Returns
PluginDeployerEntry
unzip
unzip
(
sourcePath
,
destPath
)
:
Promise
<
void
>
Parameters
sourcePath
:
string
destPath
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
plugin
Entry
unzip
Theia TypeDoc
Loading...