Package-level declarations
Types
Stage 3 of the LST classpath-resolution pipeline: parse build descriptors statically (no subprocess) and resolve declared dependencies via full POM traversal using Maven Resolver (Eclipse Aether).
Stage 2 of the LST classpath-resolution pipeline: invoke the project's build tool as a subprocess to obtain a fully-resolved dependency list, then download any missing JARs via Maven Resolver (Eclipse Aether).
Stage 4 of the LST classpath-resolution pipeline: assemble the best available classpath from local caches, without downloading anything.
Orchestrates the 4-stage LST building pipeline and multi-language file parsing.
Stage 1 of the LST classpath-resolution pipeline: extract the project's compile classpath by invoking its own build tool (Maven or Gradle).