intellij-sdk-code-samples/basics/run_configurations.md
2015-10-26 21:53:41 +01:00

753 B

title
Run Configurations

Run configurations allow users to run a certain type of external processes from within the IDE, i.e. 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 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