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) classAdapt aMavenExecutionRequestto aSettingsobject for use in the Maven core. -
Uses of TrackableBase in org.apache.maven.settings
Subclasses of TrackableBase in org.apache.maven.settingsModifier and TypeClassDescriptionclassBase class forMirror,Profile,ProxyandServer.classA download mirror for a given repository.classModifications to the build process which is keyed on some sort of environmental parameter.classThe<proxy>element contains informations required to a proxy settings.classThe<server>element contains informations required to a server settings.classRoot 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 TrackableBaseSettingsXpp3Reader.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 voidSettingsXpp3Writer.writeTrackableBase(TrackableBase trackableBase, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeTrackableBase.