Package com.atlassian.bamboo.utils
Class Which
- java.lang.Object
-
- com.atlassian.bamboo.utils.Which
-
public final class Which extends Object
Finds an executable in the system environment
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @Nullable String
execute(@NotNull String executableName)
Find an executable in the system environment using `which`.
-