intellij-sdk-code-samples/basics/plugin_structure.md
2015-06-10 12:34:29 +02:00

24 lines
727 B
Markdown

---
layout: general
title: Plugin Structure
---
This document is focused on the plugin system structure and plugin lifecycle.
The following subjects are covered:
* [Plugin Content](plugin_structure/plugin_content.html)
* [Plugin Class Loaders](plugin_structure/plugin_class_loaders.html)
* [Plugin Components](plugin_structure/plugin_components.html)
* [Plugin Extensions and Extension Points](plugin_structure/plugin_extensions_and_extension_points.html)
* [Plugin Actions](plugin_structure/plugin_actions.html)
* [Plugin Services](plugin_structure/plugin_services.html)
* [Plugin Configuration File](plugin_structure/plugin_configuration_file.html)
* [Plugin Dependencies](plugin_structure/plugin_dependencies.html)