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 WithCreate withCommandLineArguments(String commandLineArguments)

Specifies the commandLineArguments property: Command Line Arguments for Application..

Method Details

withCommandLineArguments

public abstract Application.DefinitionStages.WithCreate withCommandLineArguments(String commandLineArguments)

Specifies the commandLineArguments property: Command Line Arguments for Application..

Parameters:

commandLineArguments - Command Line Arguments for Application.

Returns:

the next definition stage.

Applies to