pub fn detect_java(path: &Path, max_depth: usize) -> Vec<JavaRuntime>
Expand description
Detects available Java runtimes within the specified path up to a maximum depth.
§Parameters
max_depth
: Maximum depth to search for Java runtimes (seeWalkDir::max_depth
).
§Returns
A vector containing all detected Java runtimes.