- markExternalOwner(FileObject, Project, int) - Static method in class org.netbeans.api.project.FileOwnerQuery
-
Mark an external folder or file as being owned by a particular project.
- markExternalOwner(URI, Project, int) - Static method in class org.netbeans.api.project.FileOwnerQuery
-
Mark an external URI (folder or file) as being owned by a particular project.
- markModified() - Method in interface org.netbeans.spi.project.ProjectState
-
- merge(Lookup) - Method in interface org.netbeans.spi.project.LookupMerger
-
Merge instances of the given class in the given lookup and return merged
object which substitutes them.
- MoveOperationImplementation - Interface in org.netbeans.spi.project
-
Project Rename/Move Operation.
- MoveOrRenameOperationImplementation - Interface in org.netbeans.spi.project
-
A preferred substitute for MoveOperationImplementation
to be used when
the project can behave more simply, efficiently, and robustly when it is simply
being renamed (code and/or display name) without actually being moved to a new location.
- mutex() - Static method in class org.netbeans.api.project.ProjectManager
-
Get a read/write lock to be used for all project metadata accesses.
- mutex(boolean, Project, Project...) - Static method in class org.netbeans.api.project.ProjectManager
-
Get a read/write lock to be used for project metadata accesses.