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.isProject2(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.isProject(FileObject projectDirectory)
Check whether a given directory is likely to contain a project without
actually loading it.
|
ProjectManager.Result |
ProjectFactory2.isProject2(FileObject projectDirectory)
Test whether a given directory probably refers to a project recognized by this factory
without actually trying to create it.
|
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.