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.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
-
Uses of PersistedToolchains in org.apache.maven.toolchain.model.io.xpp3
Modifier and TypeMethodDescriptionMavenToolchainsXpp3Reader.read
(InputStream in) Method read.MavenToolchainsXpp3Reader.read
(InputStream in, boolean strict) Method read.Modifier and TypeMethodDescriptionvoid
MavenToolchainsXpp3Writer.write
(OutputStream stream, PersistedToolchains persistedToolchains) Method write.void
MavenToolchainsXpp3Writer.write
(Writer writer, PersistedToolchains persistedToolchains) Method write.