intellij-sdk-code-samples/basics/run_configurations.md
2020-05-11 17:03:08 +02:00

1018 B

title
Run Configurations

Run Configurations allow users to run a certain type of external processes from within the IDE, e.g. a script, an application, a server, etc. You can provide UI for the user to specify execution options, as well as an option to create a run configuration based on a specific location in the source code.

Architectural Overview

Classes used to manipulate run configurations can be split into the following groups:

This diagram shows the main classes:

Architecture

See Run Configurations Tutorial for a fully working sample.