public interface OSUtilities
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.
|
List<String> getCliExecutableCommand(List<String> cmd)
cmd
- a list of strings representing the command to be executed.String getDatabricksCliPath()
Copyright © 2024. All rights reserved.