Uses of Class
org.apache.maven.settings.TrackableBase
-
Packages that use TrackableBase Package Description org.apache.maven.execution org.apache.maven.settings org.apache.maven.settings.io.xpp3 -
-
Uses of TrackableBase in org.apache.maven.execution
Subclasses of TrackableBase in org.apache.maven.execution Modifier and Type Class Description (package private) classSettingsAdapterAdapt aMavenExecutionRequestto aSettingsobject for use in the Maven core. -
Uses of TrackableBase in org.apache.maven.settings
Subclasses of TrackableBase in org.apache.maven.settings Modifier and Type Class Description classIdentifiableBaseBase class forMirror,Profile,ProxyandServer.classMirrorA download mirror for a given repository.classProfileModifications to the build process which is keyed on some sort of environmental parameter.classProxyThe<proxy>element contains informations required to a proxy settings.classServerThe<server>element contains informations required to a server settings.classSettingsRoot element of the user configuration file.Methods in org.apache.maven.settings that return TrackableBase Modifier and Type Method Description TrackableBaseTrackableBase. clone()Method clone. -
Uses of TrackableBase in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return TrackableBase Modifier and Type Method Description private 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 TrackableBase Modifier and Type Method Description private voidSettingsXpp3Writer. writeTrackableBase(TrackableBase trackableBase, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeTrackableBase.
-