requiredInputs property

List<String> requiredInputs
final

A list of file extensions which are required to run this builder.

No builder which outputs any extension in this list is allowed to run after this builder.

Implementation

final List<String> requiredInputs;