You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When using
FileBatchService
to runModuleBatchProcessor
on a module withFile
inputs, we currently just ask for a list ofFile
s without restrictions:batch-processor/src/main/java/org/scijava/batch/ModuleBatchProcessor.java
Lines 46 to 47 in bc3eda3
We should however respect the
style
annotation of the givenmoduleInfo
and take the same (files
,directories
as well asextensions:*
) to restrict our input file list. Let's add some logic in the initializer ofModuleBatchProcessor
.The text was updated successfully, but these errors were encountered: