- Sort Score
- Num 10 results
- Language All
Results 11 - 13 of 13 for setToolchains (0.17 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultSession.java
public Settings getSettings() { return getMavenSession().getSettings().getDelegate(); } @Nonnull @Override public Collection<ToolchainModel> getToolchains() { return getMavenSession().getRequest().getToolchains().values().stream() .flatMap(Collection::stream) .map(org.apache.maven.toolchain.model.ToolchainModel::getDelegate) .toList(); }
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 8.9K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/toolchain/ToolchainManager.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Feb 12 13:13:28 GMT 2025 - 2.4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Session.java
Settings getSettings(); /** * Retrieves toolchain models that have been explicitly configured. * * @return the toolchain models */ @Nonnull Collection<ToolchainModel> getToolchains(); /** * Retrieves the local repository associated with this session. * * @return the local repository instance */ @Nonnull LocalRepository getLocalRepository();
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Jul 03 14:18:26 GMT 2025 - 36.5K bytes - Click Count (0)