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 | Description |
---|---|---|
FileBuiltQuery.Status |
getStatus(org.openide.filesystems.FileObject file) |
Check whether a (source) file has been somehow built
or processed.
|
FileBuiltQuery.Status getStatus(org.openide.filesystems.FileObject file)
file
- a source file which can be built to a direct productBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.