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
With |
withFilePath(String filePath)
Specifies the file |
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:
Returns: