Interface IFileListConfigurator<Self extends IFileListConfigurator<Self>>
- All Known Subinterfaces:
IFileListBuilder
public interface IFileListConfigurator<Self extends IFileListConfigurator<Self>>
A configurator for a list of workflow files.
- Since:
- 8.2.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault SelfAdds a file to the list of files.default SelfAdds files to the list of files.default SelfAdds files to the list of files.default SelffileValues(IWorkflowFile... files) Adds files to the list of files.default SelffileValues(Iterable<? extends IWorkflowFile> files) Adds files to the list of files.Adds a file to the list of files.default SelfAdds files to the list of files.default SelfAdds files to the list of files.self()
-
Method Details
-
file
-
fileValues
Adds files to the list of files.- Parameters:
files- The files to add.- Returns:
- The builder for chaining method calls.
-
fileValues
Adds files to the list of files.- Parameters:
files- The files to add.- Returns:
- The builder for chaining method calls.
-
files
-
files
-
path
-
paths
-
paths
-
self
Self self()
-