| org.netbeans.spi.project.DataFilesProviderImplementation
DataFilesProviderImplementation | public interface DataFilesProviderImplementation (Code) | | Base for various Project Operations, allows to gather metadata and data files
for a project.
author: Jan Lahoda since: 1.7 |
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. |
|
|