Skip to content

Respect style of File input when running in batch #16

@imagejan

Description

@imagejan

When using FileBatchService to run ModuleBatchProcessor on a module with File inputs, we currently just ask for a list of Files without restrictions:

@Parameter(label = "Input files")
private File[] inputFileList;

We should however respect the style annotation of the given moduleInfo and take the same (files, directories as well as extensions:*) to restrict our input file list. Let's add some logic in the initializer of ModuleBatchProcessor.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions