Uses of Class
org.apache.maven.plugin.registry.TrackableBase
-
Packages that use TrackableBase Package Description org.apache.maven.plugin.registry org.apache.maven.plugin.registry.io.xpp3 -
-
Uses of TrackableBase in org.apache.maven.plugin.registry
Subclasses of TrackableBase in org.apache.maven.plugin.registry Modifier and Type Class Description class
Plugin
Policy for updating a single plugin.class
PluginRegistry
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 TrackableBase Modifier and Type Method Description private 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 TrackableBase Modifier and Type Method Description private void
PluginRegistryXpp3Writer. writeTrackableBase(TrackableBase trackableBase, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeTrackableBase.
-