Registry / utility / org-netbeans-modules-projectapi

org-netbeans-modules-projectapi

JSON →
libraryRELEASE290javamavenunverified

Provides the API for managing projects within the Apache NetBeans IDE platform.

<dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-modules-projectapi</artifactId> <version>RELEASE290</version> </dependency>
INSTALL
IMPORT
SIG · ORG-NETBEANS-MODUL
O
org-netbeans-modules-projectapi
utilityjavavRELEASE290
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Project
org.netbeans.api.project.Project

Open a NetBeans project from a directory.

import org.netbeans.api.project.Project; import org.netbeans.api.project.ProjectManager; import java.io.File; File projectDir = new File("/path/to/project"); Project project = ProjectManager.getDefault().findProject(projectDir);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
RELEASE290latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-netbeans-modules-projectapi — mvn dependency:get org-netbeans-modules-projectapi · libregistry