Interface PluginDeployerDirectoryHandler

interface PluginDeployerDirectoryHandler {
    accept(pluginDeployerEntry): Promise<boolean>;
    handle(context): Promise<void>;
}

Implemented by

Methods

Methods