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