Uses of Class
org.apache.maven.settings.TrackableBase
Packages that use TrackableBase
Package
Description
-
Uses of TrackableBase in org.apache.maven.execution
Subclasses of TrackableBase in org.apache.maven.executionModifier and TypeClassDescription(package private) class
Adapt aMavenExecutionRequest
to aSettings
object for use in the Maven core. -
Uses of TrackableBase in org.apache.maven.settings
Subclasses of TrackableBase in org.apache.maven.settingsModifier and TypeClassDescriptionclass
Base class forMirror
,Profile
,Proxy
andServer
.class
A download mirror for a given repository.class
Modifications to the build process which is keyed on some sort of environmental parameter.class
The<proxy>
element contains informations required to a proxy settings.class
The<server>
element contains informations required to a server settings.class
Root element of the user configuration file.Methods in org.apache.maven.settings that return TrackableBase -
Uses of TrackableBase in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return TrackableBaseModifier and TypeMethodDescriptionprivate TrackableBase
SettingsXpp3Reader.parseTrackableBase
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseTrackableBase.Methods in org.apache.maven.settings.io.xpp3 with parameters of type TrackableBaseModifier and TypeMethodDescriptionprivate void
SettingsXpp3Writer.writeTrackableBase
(TrackableBase trackableBase, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeTrackableBase.