Application.DefinitionStages.WithCommandLineArguments Interface
public static interface Application.DefinitionStages.WithCommandLineArguments
The stage of the Application definition allowing to specify commandLineArguments.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withCommandLineArguments(String commandLineArguments)
Specifies the command |
Method Details
withCommandLineArguments
public abstract Application.DefinitionStages.WithCreate withCommandLineArguments(String commandLineArguments)
Specifies the commandLineArguments property: Command Line Arguments for Application..
Parameters:
Returns: