Package | Description |
---|---|
org.netbeans.api.project |
General API for finding and manipulating all kinds of projects.
|
org.netbeans.spi.project |
Support for defining project types.
|
Modifier and Type | Method and Description |
---|---|
ProjectManager.Result |
ProjectManager.FileObject projectDirectory)
Check whether a given directory is likely to contain a project without
actually loading it.
|
Modifier and Type | Method and Description |
---|---|
ProjectManager.Result |
ProjectManagerImplementation.FileObject projectDirectory)
Check whether a given directory is likely to contain a project without
actually loading it.
|
ProjectManager.Result |
ProjectFactory2.FileObject projectDirectory)
Test whether a given directory probably refers to a project recognized by this factory
without actually trying to create it.
|