public class WindowsUtilities extends Object implements OSUtilities
| Constructor and Description |
|---|
WindowsUtilities(Environment env) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCliExecutableCommand(List<String> cmd)
Returns a list of strings representing an executable command for the current operating system,
based on the given list of command tokens.
|
String |
getDatabricksCliPath()
Returns the path of the Databricks CLI for the given OS.
|
public WindowsUtilities(Environment env)
public List<String> getCliExecutableCommand(List<String> cmd)
OSUtilitiesgetCliExecutableCommand in interface OSUtilitiescmd - a list of strings representing the command to be executed.public String getDatabricksCliPath()
OSUtilitiesgetDatabricksCliPath in interface OSUtilitiesCopyright © 2024. All rights reserved.