Gets the command line arguments. @return the command line arguments
()
| 113 | * @return the command line arguments |
| 114 | */ |
| 115 | protected CommandLine getArgs() { |
| 116 | return args; |
| 117 | } |
| 118 | |
| 119 | /** |
| 120 | * Gets the control overrides. Necessary for initialising {@code Control} and {@code Model} |
no outgoing calls
no test coverage detected