Uses of Class
org.apache.maven.toolchain.model.PersistedToolchains
Package
Description
-
Uses of PersistedToolchains in org.apache.maven.execution
Modifier 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
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Builds the toolchains model from the configured toolchain files. -
Uses of PersistedToolchains in org.apache.maven.toolchain.building
Modifier and TypeMethodDescriptionDefaultToolchainsBuildingResult.getEffectiveToolchains()
ToolchainsBuildingResult.getEffectiveToolchains()
Gets the assembled toolchains.ModifierConstructorDescriptionDefaultToolchainsBuildingResult
(PersistedToolchains effectiveToolchains, List<Problem> problems) Default constructor -
Uses of PersistedToolchains in org.apache.maven.toolchain.io
Modifier 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. -
Uses of PersistedToolchains in org.apache.maven.toolchain.merge
Modifier and TypeMethodDescriptionvoid
MavenToolchainMerger.merge
(PersistedToolchains dominant, PersistedToolchains recessive, String recessiveSourceLevel) -
Uses of PersistedToolchains in org.apache.maven.toolchain.model
Modifier and TypeMethodDescriptionstatic List
<PersistedToolchains> PersistedToolchains.persistedToolchainsToApiV3
(List<PersistedToolchains> list) Modifier and TypeMethodDescriptionstatic List
<PersistedToolchains> PersistedToolchains.persistedToolchainsToApiV4
(List<PersistedToolchains> list)