IDEA - Project

Card Puncher Data Processing

About

A project encapsulates all your source code, libraries, and build instructions into a single organizational unit.

A project defines collections referred to as:

A project consists of one or several modules.

Depending on the logical and functional requirements to the project, you can create:

  • a single-module
  • or a multi-module project.

Documentation / Reference





Discover More
Card Puncher Data Processing
IDEA - Library

IDEA supports three types of libraries: Module Library: the library classes are visible only in this module and the library information is recorded in the module .iml file. Project Library: the library...
Idea Module Configuration
IDEA - Module (iml)

A module is a discrete unit of functionality which you can compile, run, test and debug independently. Modules contain everything that is required for their specific tasks: source code, build scripts,...
Idea Project Model Dev
IDEA Plugin Dev - Project

from a plugin dev point of view A project consists of one or several modules. Each module includes the plugin source code Each module includes order entries that refer to SDK and libraries...



Share this page:
Follow us:
Task Runner