public abstract class VehicleExecutionParameters extends Object
| Constructor and Description | 
|---|
| VehicleExecutionParameters() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | adjustOutputFiles(Execution vehicle)If an output directory has been specified, it overrides any path attached to any output file. | 
| protected boolean | moreTokens(int index,
          String[] args,
          String errorMessage,
          boolean systemExitOnError)If the particular command expects at least one more token, check and error out if none found | 
protected boolean moreTokens(int index,
                 String[] args,
                 String errorMessage,
                 boolean systemExitOnError)
index - index of argument of interestargs - argument arraysystemExitOnError - true means to perform a System exiterrorMessage - trace message to display on error