Uses of Class
org.netbeans.api.project.ProjectManager.Result
Packages that use ProjectManager.Result
Package
Description
General API for finding and manipulating all kinds of projects.
Support for defining project types.
-
Uses of ProjectManager.Result in org.netbeans.api.project
Methods in org.netbeans.api.project that return ProjectManager.ResultModifier and TypeMethodDescriptionProjectManager.isProject2
(org.openide.filesystems.FileObject projectDirectory) Check whether a given directory is likely to contain a project without actually loading it. -
Uses of ProjectManager.Result in org.netbeans.spi.project
Methods in org.netbeans.spi.project that return ProjectManager.ResultModifier and TypeMethodDescriptionProjectManagerImplementation.isProject
(org.openide.filesystems.FileObject projectDirectory) Check whether a given directory is likely to contain a project without actually loading it.ProjectFactory2.isProject2
(org.openide.filesystems.FileObject projectDirectory) Test whether a given directory probably refers to a project recognized by this factory without actually trying to create it.