shouldGenerateFor abstract method

bool shouldGenerateFor(
  1. BuildCandidate candidate
)

Determines whether this builder should generate output for the given candidate.

This method combines the generateFor patterns with the builder's own shouldBuildFor logic to determine if the builder should process the file.

candidate The build candidate to check.

Returns true if this builder should process the candidate.

Implementation

bool shouldGenerateFor(BuildCandidate candidate);