Uses of Class
org.apache.maven.toolchain.model.PersistedToolchains
Packages that use PersistedToolchains
-
Uses of PersistedToolchains in org.apache.maven.toolchain
Methods in org.apache.maven.toolchain that return PersistedToolchainsModifier and TypeMethodDescriptionprivate PersistedToolchains
DefaultToolchainManager.readToolchainSettings()
-
Uses of PersistedToolchains in org.apache.maven.toolchain.model.io.xpp3
Methods in org.apache.maven.toolchain.model.io.xpp3 that return PersistedToolchainsModifier and TypeMethodDescriptionprivate PersistedToolchains
MavenToolchainsXpp3Reader.parsePersistedToolchains
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parsePersistedToolchains.MavenToolchainsXpp3Reader.read
(InputStream in) Method read.MavenToolchainsXpp3Reader.read
(InputStream in, boolean strict) Method read.private PersistedToolchains
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.private void
MavenToolchainsXpp3Writer.writePersistedToolchains
(PersistedToolchains persistedToolchains, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePersistedToolchains.