in taverna-commandline-launcher/src/main/java/org/apache/taverna/commandline/CommandLineOptionsImpl.java [57:61]
public CommandLineOptionsImpl(String[] args) throws ArgumentsParsingException, InvalidOptionException {
this.options = intitialiseOptions();
this.commandLine = processArgs(args);
checkForInvalid();
}