Uses of Class
org.apache.maven.api.settings.TrackableBase
-
Uses of TrackableBase in org.apache.maven.api.settings
Subclasses of TrackableBase in org.apache.maven.api.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.api.settings that return TrackableBaseModifier and TypeMethodDescriptionTrackableBase.Builder.build()
static TrackableBase
TrackableBase.newInstance()
Creates a newTrackableBase
instance.static TrackableBase
TrackableBase.newInstance
(boolean withDefaults) Creates a newTrackableBase
instance using default values or not.Methods in org.apache.maven.api.settings with parameters of type TrackableBaseModifier and TypeMethodDescriptionstatic TrackableBase.Builder
TrackableBase.newBuilder
(TrackableBase from) Creates a newTrackableBase
builder instance using the specified object as a basis.static TrackableBase.Builder
TrackableBase.newBuilder
(TrackableBase from, boolean forceCopy) Creates a newTrackableBase
builder instance using the specified object as a basis.