Uses of Class
org.apache.maven.plugin.registry.TrackableBase
Packages that use TrackableBase
-
Uses of TrackableBase in org.apache.maven.plugin.registry
Subclasses of TrackableBase in org.apache.maven.plugin.registryModifier and TypeClassDescriptionclass
Policy for updating a single plugin.class
Root element of the plugin registry file. -
Uses of TrackableBase in org.apache.maven.plugin.registry.io.xpp3
Methods in org.apache.maven.plugin.registry.io.xpp3 that return TrackableBaseModifier and TypeMethodDescriptionprivate TrackableBase
PluginRegistryXpp3Reader.parseTrackableBase
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseTrackableBase.Methods in org.apache.maven.plugin.registry.io.xpp3 with parameters of type TrackableBaseModifier and TypeMethodDescriptionprivate void
PluginRegistryXpp3Writer.writeTrackableBase
(TrackableBase trackableBase, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeTrackableBase.