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 TypeClassDescriptionclassPolicy for updating a single plugin.classRoot 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 TrackableBasePluginRegistryXpp3Reader.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 voidPluginRegistryXpp3Writer.writeTrackableBase(TrackableBase trackableBase, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeTrackableBase.