IExportArtifactSettingsBuilder
Interface responsible for ExportArtifactSettings building flow.
Uses custom file name pattern for produced files.
1. Pattern always starts with main name segment.
2. Main name segment can by followed by 0, 1 or 2 custom name source segments.
3. Between main name segment and custom name segment has to be one separator.
4. Between custom name segment and another custom name segment has to be one separator.
5. Optional original name segment can be located at the end of the pattern.
Initializes pattern builder for produced files
Separator applied between modules of pattern builder.
Default Example: "{identifier}_My Text".
Uses the default file name pattern for produced files.
Uses the "{identifier}_{originalfilename}" pattern for produced files.
Uses the "{productionbeginbates}_{originalfilename}" pattern for produced files.