Interface PluginDeployerFileHandlerContext

interface PluginDeployerFileHandlerContext {
    pluginEntry(): PluginDeployerEntry;
    unzip(sourcePath, destPath): Promise<void>;
}

Implemented by

Methods