Skip navigation links
org.netbeans.modules.projectapi/1 1.95

Package org.netbeans.spi.project

Support for defining project types.

See: Description

Package org.netbeans.spi.project Description

Support for defining project types.

Each kind of project in the system needs to be loaded by a ProjectFactory, which defines how to recognize projects on disk, load their metadata into memory, and save their metadata back to disk. ProjectState is used to let the factory mark a project as being modified in memory.

Projects will normally put implementations of several interfaces such as ActionProvider into their lookup.

Skip navigation links
org.netbeans.modules.projectapi/1 1.95