Uses of Class
org.apache.maven.toolchain.model.TrackableBase
Packages that use TrackableBase
-
Uses of TrackableBase in org.apache.maven.toolchain.model
Subclasses of TrackableBase in org.apache.maven.toolchain.modelModifier and TypeClassDescriptionclass
The<toolchains>
element is the root of the descriptor.class
Definition of a toolchain instance.Methods in org.apache.maven.toolchain.model that return TrackableBase -
Uses of TrackableBase in org.apache.maven.toolchain.model.io.xpp3
Methods in org.apache.maven.toolchain.model.io.xpp3 that return TrackableBaseModifier and TypeMethodDescriptionprivate TrackableBase
MavenToolchainsXpp3Reader.parseTrackableBase
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseTrackableBase.Methods in org.apache.maven.toolchain.model.io.xpp3 with parameters of type TrackableBaseModifier and TypeMethodDescriptionprivate void
MavenToolchainsXpp3Writer.writeTrackableBase
(TrackableBase trackableBase, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeTrackableBase.