public interface DataFilesProviderImplementation
Modifier and Type | Method and Description |
---|---|
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. |
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.