public class MacOSUtilities extends Object implements OSUtilities
Constructor and Description |
---|
MacOSUtilities(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 MacOSUtilities(Environment env)
public List<String> getCliExecutableCommand(List<String> cmd)
OSUtilities
getCliExecutableCommand
in interface OSUtilities
cmd
- a list of strings representing the command to be executed.public String getDatabricksCliPath()
OSUtilities
getDatabricksCliPath
in interface OSUtilities
Copyright © 2024. All rights reserved.