Uses of Class
org.apache.maven.api.settings.TrackableBase
Packages that use TrackableBase
Package
Description
-
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
Repository contains the information needed for establishing connections with remote repositoryclass
Repository contains the information needed for establishing connections with remote repositoryclass
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. -
Uses of TrackableBase in org.apache.maven.settings
Methods in org.apache.maven.settings that return TrackableBaseMethods in org.apache.maven.settings that return types with arguments of type TrackableBaseModifier and TypeMethodDescriptionstatic List
<TrackableBase> TrackableBase.trackableBaseToApiV4
(List<TrackableBase> list) Method parameters in org.apache.maven.settings with type arguments of type TrackableBaseModifier and TypeMethodDescriptionstatic List
<TrackableBase> TrackableBase.trackableBaseToApiV3
(List<TrackableBase> list) Constructors in org.apache.maven.settings with parameters of type TrackableBaseModifierConstructorDescriptionTrackableBase
(TrackableBase delegate) TrackableBase
(TrackableBase delegate, BaseObject parent) -
Uses of TrackableBase in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 that return TrackableBaseModifier and TypeMethodDescriptionprotected TrackableBase
SettingsMerger.mergeTrackableBase
(TrackableBase target, TrackableBase source, boolean sourceDominant, Map<Object, Object> context) protected TrackableBase
SettingsTransformer.transformTrackableBase
(TrackableBase target) Methods in org.apache.maven.settings.v4 that return types with arguments of type TrackableBaseModifier and TypeMethodDescriptionprotected SettingsMerger.KeyComputer
<TrackableBase> SettingsMerger.getTrackableBaseKey()
Methods in org.apache.maven.settings.v4 with parameters of type TrackableBaseModifier and TypeMethodDescriptionprotected void
SettingsMerger.mergeTrackableBase
(TrackableBase.Builder builder, TrackableBase target, TrackableBase source, boolean sourceDominant, Map<Object, Object> context) protected TrackableBase
SettingsMerger.mergeTrackableBase
(TrackableBase target, TrackableBase source, boolean sourceDominant, Map<Object, Object> context) protected TrackableBase
SettingsTransformer.transformTrackableBase
(TrackableBase target)