public interface DataFilesProviderImplementation
| Modifier and Type | Method and Description |
|---|---|
List<FileObject> |
getDataFiles()
Returns list of
FileObjects that are considered to be data files and folders
belonging into this project. |
List<FileObject> |
getMetadataFiles()
Returns list of
FileObjects that are considered to be metadata files
and folders belonging into this project. |
List<FileObject> getMetadataFiles()
FileObjects that are considered to be metadata files
and folders belonging into this project.
See ProjectOperations.getMetadataFiles(Project) for more information.List<FileObject> getDataFiles()
FileObjects that are considered to be data files and folders
belonging into this project.
See ProjectOperations.getDataFiles(Project) for more information.