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 classPluginPolicy for updating a single plugin.classPluginRegistryRoot 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 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 TrackableBase Modifier and Type Method Description private voidPluginRegistryXpp3Writer. writeTrackableBase(TrackableBase trackableBase, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeTrackableBase.
-