|
org.netbeans.modules.projectapi/1 1.9.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataFilesProviderImplementation
Base for various Project Operations, allows to gather metadata and data files for a project.
Method Summary | |
---|---|
List |
getDataFiles()
Returns list of FileObject s the are considered to be data files and folders
belonging into this project. |
List |
getMetadataFiles()
Returns list of FileObject s the are considered to be metadata files
and folders belonging into this project. |
Method Detail |
---|
List getMetadataFiles()
FileObject
s the are considered to be metadata files
and folders belonging into this project.
See ProjectOperations#getMetadataFiles()
for more information.
FileObject
s that are considered metadata files and folders.List getDataFiles()
FileObject
s the are considered to be data files and folders
belonging into this project.
See ProjectOperations#getDataFiles()
for more information.
FileObject
s that are considered data files and folders.
|
org.netbeans.modules.projectapi/1 1.9.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |