Skip navigation links

NetBeans Architecture Answers for Project API module

WARNING: answering questions version 1.24 rather than the current 1.29.

Interfaces table

Group of java interfaces
Interface NameIn/OutStabilitySpecified in What Document?
ProjectAPIExportedOfficial

The Project API defines abstract projects. These are groupings of files built and manipulated as units. It is used for Ant-based projects but could support other scenarios such as makefiles. Modules can plug in project types which can recognize certain folders as being projects, and define their behaviors. Besides the visible Javadoc, this module permits a project to add implementations of org.netbeans.spi.queries.FileBuiltQueryImplementation, org.netbeans.spi.queries.SharabilityQueryImplementation and org.netbeans.spi.queries.FileEncodingQueryImplementation into the project lookup (rather than global lookup). The implementations will be consulted only in the case the relevant file belongs to that project (according to org.netbeans.api.project.FileOwnerQuery). This helps avoid the need to consult irrelevant query implementations.

LookupImportedOfficial

For finding project factories. Exported through API of Project.

FilesystemsImportedOfficial

Project directory and many other uses.

GeneralQueriesAPIImportedUnder Development

Project-specific multiplexers for queries.

The module is needed for compilation. The module is used during runtime. Specification version 1.27 is required.

CommonAnnotationsAPIImportedStable

The module is needed for compilation. The module is used during runtime. Specification version 1.13 is required.

FilesystemsAPIImportedOfficial

The module is needed for compilation. The module is used during runtime. Specification version 9.10 is required.

ModulesAPIImportedOfficial

The module is needed for compilation. The module is used during runtime. Specification version 7.29 is required.

WeakListener.setAccessibleImportedUnder Development

The module is needed for compilation. The module is used during runtime. Specification version 9.3 is required.

LookupAPIImportedOfficial

The module is needed for compilation. The module is used during runtime. Specification version 8.0 is required.

Group of systemproperty interfaces
Interface NameIn/OutStabilitySpecified in What Document?
project.limitScanRootExportedFriend

If defined, limits search for a parent project to a certain subtree. The property defines absolute path of a folder where upwards search for a project in parent folders is terminated. Queries outside of the root will not find any project. Currently used for tests so the tested runtime does not escape the workdir.


General Information


Project and platform dependencies


Deployment


Compatibility with environment


Access to resources


Lookup of components


Execution Environment


Format of files and protocols


Performance and Scalability