argumentBuilder property

List<String> argumentBuilder
getter/setter pair

Raw list of command-line arguments before variable processing.

Subclasses should populate this list with the appropriate arguments for their specific job type.

Implementation

List<String> argumentBuilder = [];