Uses of Class
org.apache.maven.api.settings.IdentifiableBase
Package
Description
-
Uses of IdentifiableBase in org.apache.maven.api.settings
Modifier and TypeClassDescriptionclass
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.Modifier and TypeMethodDescriptionIdentifiableBase.Builder.build()
static IdentifiableBase
IdentifiableBase.newInstance()
Creates a newIdentifiableBase
instance.static IdentifiableBase
IdentifiableBase.newInstance
(boolean withDefaults) Creates a newIdentifiableBase
instance using default values or not.Creates a newIdentifiableBase
instance using the specified id.Modifier and TypeMethodDescriptionstatic IdentifiableBase.Builder
IdentifiableBase.newBuilder
(IdentifiableBase from) Creates a newIdentifiableBase
builder instance using the specified object as a basis.static IdentifiableBase.Builder
IdentifiableBase.newBuilder
(IdentifiableBase from, boolean forceCopy) Creates a newIdentifiableBase
builder instance using the specified object as a basis. -
Uses of IdentifiableBase in org.apache.maven.settings
Modifier and TypeMethodDescriptionstatic List<IdentifiableBase>
IdentifiableBase.identifiableBaseToApiV4
(List<IdentifiableBase> list) Modifier and TypeMethodDescriptionstatic List<IdentifiableBase>
IdentifiableBase.identifiableBaseToApiV3
(List<IdentifiableBase> list) ModifierConstructorDescriptionIdentifiableBase
(IdentifiableBase delegate) IdentifiableBase
(IdentifiableBase delegate, BaseObject parent) -
Uses of IdentifiableBase in org.apache.maven.settings.v4
Modifier and TypeMethodDescriptionprotected IdentifiableBase
SettingsMerger.mergeIdentifiableBase
(IdentifiableBase target, IdentifiableBase source, boolean sourceDominant, Map<Object, Object> context) protected IdentifiableBase
SettingsTransformer.transformIdentifiableBase
(IdentifiableBase target) Modifier and TypeMethodDescriptionprotected SettingsMerger.KeyComputer<IdentifiableBase>
SettingsMerger.getIdentifiableBaseKey()
Modifier and TypeMethodDescriptionprotected void
SettingsMerger.mergeIdentifiableBase
(IdentifiableBase.Builder builder, IdentifiableBase target, IdentifiableBase source, boolean sourceDominant, Map<Object, Object> context) protected IdentifiableBase
SettingsMerger.mergeIdentifiableBase
(IdentifiableBase target, IdentifiableBase source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeIdentifiableBase_Id
(IdentifiableBase.Builder builder, IdentifiableBase target, IdentifiableBase source, boolean sourceDominant, Map<Object, Object> context) protected IdentifiableBase
SettingsTransformer.transformIdentifiableBase
(IdentifiableBase target) protected void
SettingsTransformer.transformIdentifiableBase_Id
(IdentifiableBase.Builder builder, IdentifiableBase target)