Uses of Class
org.apache.maven.toolchain.model.PersistedToolchains
Packages that use PersistedToolchains
Package
Description
-
Uses of PersistedToolchains in org.apache.maven.execution
Methods in org.apache.maven.execution with parameters of type PersistedToolchainsModifier and TypeMethodDescriptionDefaultMavenExecutionRequestPopulator.populateFromToolchains
(MavenExecutionRequest request, PersistedToolchains toolchains) MavenExecutionRequestPopulator.populateFromToolchains
(MavenExecutionRequest request, PersistedToolchains toolchains) Copies the values from the given toolchains into the specified execution request. -
Uses of PersistedToolchains in org.apache.maven.toolchain.building
Methods in org.apache.maven.toolchain.building that return PersistedToolchainsModifier and TypeMethodDescriptionDefaultToolchainsBuildingResult.getEffectiveToolchains()
ToolchainsBuildingResult.getEffectiveToolchains()
Gets the assembled toolchains.Constructors in org.apache.maven.toolchain.building with parameters of type PersistedToolchainsModifierConstructorDescriptionDefaultToolchainsBuildingResult
(PersistedToolchains effectiveToolchains, List<Problem> problems) Default constructor -
Uses of PersistedToolchains in org.apache.maven.toolchain.model
Methods in org.apache.maven.toolchain.model that return PersistedToolchainsMethods in org.apache.maven.toolchain.model that return types with arguments of type PersistedToolchainsModifier and TypeMethodDescriptionstatic List<PersistedToolchains>
PersistedToolchains.persistedToolchainsToApiV3
(List<PersistedToolchains> list) Method parameters in org.apache.maven.toolchain.model with type arguments of type PersistedToolchainsModifier and TypeMethodDescriptionstatic List<PersistedToolchains>
PersistedToolchains.persistedToolchainsToApiV4
(List<PersistedToolchains> list)