|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Test whether a file can be considered to be built (up to date). Register to default lookup.
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.
Method Summary | |
FileBuiltQuery.Status |
getStatus(FileObject file)
Check whether a (source) file has been somehow built or processed. |
Method Detail |
public FileBuiltQuery.Status getStatus(FileObject file)
file
- a source file which can be built to a direct product
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |