Interface IFileListBuilder
- All Superinterfaces:
IFileListConfigurator<IFileListBuilder>
A builder for a list of workflow files.
- Since:
- 8.2.0
-
Method Summary
Methods inherited from interface IFileListConfigurator
file, files, files, fileValues, fileValues, path, paths, paths, self
-
Method Details
-
build
List<IWorkflowFile> build()Builds the list of files with the current data. Any modifications to the builder after this call will not affect the returned value.- Returns:
- The list of workflow files.
-