Application.DefinitionStages.WithFilePath Interface

public static interface Application.DefinitionStages.WithFilePath

The stage of the Application definition allowing to specify filePath.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withFilePath(String filePath)

Specifies the filePath property: Specifies a path for the executable file for the application..

Method Details

withFilePath

public abstract Application.DefinitionStages.WithCreate withFilePath(String filePath)

Specifies the filePath property: Specifies a path for the executable file for the application..

Parameters:

filePath - Specifies a path for the executable file for the application.

Returns:

the next definition stage.

Applies to