pub fn parse_classpath_string(
classpath: &str,
maven_repo: &Path,
) -> Vec<ClasspathEntry>Expand description
Parse a classpath string (colon-separated on Unix, semicolon on Windows)
into ClasspathEntry instances.
Extracts Maven coordinates from the local repository path structure and checks for corresponding source JARs.