public interface RunningApplicationUpdaterProvider
RunningApplicationUpdater.performUpdate(com.intellij.openapi.actionSystem.AnActionEvent)
will be called on performing the action.
Popup with available updaters will be shown at first if there is more then one available updater.Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<RunningApplicationUpdaterProvider> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
RunningApplicationUpdater |
createUpdater(Project project,
ProcessHandler process) |
static final ExtensionPointName<RunningApplicationUpdaterProvider> EP_NAME
RunningApplicationUpdater createUpdater(Project project, ProcessHandler process)