Interface Application.DefinitionStages.WithCommandLineArguments

All Known Subinterfaces:
Application.Definition, Application.DefinitionStages.WithCreate
Enclosing interface:
Application.DefinitionStages

public static interface Application.DefinitionStages.WithCommandLineArguments
The stage of the Application definition allowing to specify commandLineArguments.
  • Method Details

    • withCommandLineArguments

      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.