Uses of Class
org.apache.maven.api.settings.TrackableBase
Packages that use TrackableBase
Package
Description
Contains classes for managing Maven settings, including global and user-specific
configuration stored in settings.xml files.
-
Uses of TrackableBase in org.apache.maven.api.settings
Subclasses of TrackableBase in org.apache.maven.api.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 information required to a proxy settings.classRepository contains the information needed for establishing connections with remote repositoryclassRepository contains the information needed for establishing connections with remote repositoryclassThe<server>element contains information required to a server settings.classRoot element of the user configuration file.Methods in org.apache.maven.api.settings that return TrackableBaseModifier and TypeMethodDescriptionTrackableBase.Builder.build()static TrackableBaseTrackableBase.newInstance()Creates a newTrackableBaseinstance.static TrackableBaseTrackableBase.newInstance(boolean withDefaults) Creates a newTrackableBaseinstance using default values or not.Methods in org.apache.maven.api.settings with parameters of type TrackableBaseModifier and TypeMethodDescriptionstatic TrackableBase.BuilderTrackableBase.newBuilder(TrackableBase from) Creates a newTrackableBasebuilder instance using the specified object as a basis.static TrackableBase.BuilderTrackableBase.newBuilder(TrackableBase from, boolean forceCopy) Creates a newTrackableBasebuilder instance using the specified object as a basis.Constructors in org.apache.maven.api.settings with parameters of type TrackableBase