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.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 PersistedToolchains -
Uses of PersistedToolchains in org.apache.maven.toolchain.model.io.xpp3
Methods in org.apache.maven.toolchain.model.io.xpp3 that return PersistedToolchainsModifier and TypeMethodDescriptionMavenToolchainsXpp3Reader.read
(InputStream in) Method read.MavenToolchainsXpp3Reader.read
(InputStream in, boolean strict) Method read.MavenToolchainsXpp3Reader.read
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.toolchain.model.io.xpp3 with parameters of type PersistedToolchainsModifier and TypeMethodDescriptionvoid
MavenToolchainsXpp3Writer.write
(OutputStream stream, PersistedToolchains persistedToolchains) Method write.void
MavenToolchainsXpp3Writer.write
(Writer writer, PersistedToolchains persistedToolchains) Method write.