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
Methods in org.apache.maven.toolchain that return PersistedToolchainsModifier and TypeMethodDescriptionDeprecated.Deprecated.Builds the toolchains model from the configured toolchain files. -
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.io
Methods in org.apache.maven.toolchain.io that return PersistedToolchainsModifier and TypeMethodDescriptionDefaultToolchainsReader.read
(InputStream input, Map<String, ?> options) Reads the toolchains from the specified file.ToolchainsReader.read
(InputStream input, Map<String, ?> options) Reads the toolchains from the specified byte stream.Reads the toolchains from the specified character reader.Methods in org.apache.maven.toolchain.io with parameters of type PersistedToolchains -
Uses of PersistedToolchains in org.apache.maven.toolchain.merge
Methods in org.apache.maven.toolchain.merge with parameters of type PersistedToolchainsModifier and TypeMethodDescriptionvoid
MavenToolchainMerger.merge
(PersistedToolchains dominant, PersistedToolchains recessive, String recessiveSourceLevel) -
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)