public interface FileBuiltQueryImplementation
Rather than registering a global instance, if your implementation
is applicable only to project-owned files, you should add it to
Project.getLookup()
and depend on
the org.netbeans.modules.projectapi module.
| Modifier and Type | Method and Description |
|---|---|
FileBuiltQuery.Status |
getStatus(FileObject file)
Check whether a (source) file has been somehow built
or processed.
|
FileBuiltQuery.Status getStatus(FileObject file)
file - a source file which can be built to a direct productBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.