Interface IFileListBuilder
-
- All Superinterfaces:
IFileListConfigurator<IFileListBuilder>
public interface IFileListBuilder extends IFileListConfigurator<IFileListBuilder>
A builder for a list of workflow files.- Since:
- 8.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IWorkflowFile>
build()
Builds the list of files with the current data.-
Methods inherited from interface de.xima.fc.interfaces.workflow.execution.IFileListConfigurator
file, files, files, fileValues, fileValues, path, paths, paths, self
-
-
-
-
Method Detail
-
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.
-
-