|
org.netbeans.modules.projectapi/1 1.13 | |||||||||
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<FileObject> |
getDataFiles()
Returns list of FileObject s that are considered to be data files and folders
belonging into this project. |
List<FileObject> |
getMetadataFiles()
Returns list of FileObject s that are considered to be metadata files
and folders belonging into this project. |
Method Detail |
---|
List<FileObject> getMetadataFiles()
FileObject
s that are considered to be metadata files
and folders belonging into this project.
See ProjectOperations.getMetadataFiles(Project)
for more information.
List<FileObject> getDataFiles()
FileObject
s that are considered to be data files and folders
belonging into this project.
See ProjectOperations.getDataFiles(Project)
for more information.
|
org.netbeans.modules.projectapi/1 1.13 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |