org.netbeans.spi.project
public interface FileOwnerQueryImplementation
An implementation must attempt to return a result quickly and avoid
blocking on foreign locks. In particular, it should not call OpenProjects
.
FileOwnerQuery
Project getOwner(URI file)
file
- an absolute URI to some file (typically on disk; need not currently exist)Project getOwner(FileObject file)
file
- FileObject of an existing fileBuilt on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.