Uses of Class
org.apache.maven.api.settings.IdentifiableBase
Packages that use IdentifiableBase
Package
Description
-
Uses of IdentifiableBase in org.apache.maven.api.settings
Subclasses of IdentifiableBase in org.apache.maven.api.settingsModifier 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
The<server>
element contains informations required to a server settings.Methods in org.apache.maven.api.settings that return IdentifiableBaseModifier 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.Methods in org.apache.maven.api.settings with parameters of type IdentifiableBaseModifier 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
Methods in org.apache.maven.settings that return IdentifiableBaseMethods in org.apache.maven.settings that return types with arguments of type IdentifiableBaseModifier and TypeMethodDescriptionstatic List<IdentifiableBase>
IdentifiableBase.identifiableBaseToApiV4
(List<IdentifiableBase> list) Method parameters in org.apache.maven.settings with type arguments of type IdentifiableBaseModifier and TypeMethodDescriptionstatic List<IdentifiableBase>
IdentifiableBase.identifiableBaseToApiV3
(List<IdentifiableBase> list) Constructors in org.apache.maven.settings with parameters of type IdentifiableBaseModifierConstructorDescriptionIdentifiableBase
(IdentifiableBase delegate) IdentifiableBase
(IdentifiableBase delegate, BaseObject parent) -
Uses of IdentifiableBase in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 that return IdentifiableBaseModifier and TypeMethodDescriptionprotected IdentifiableBase
SettingsMerger.mergeIdentifiableBase
(IdentifiableBase target, IdentifiableBase source, boolean sourceDominant, Map<Object, Object> context) Methods in org.apache.maven.settings.v4 that return types with arguments of type IdentifiableBaseModifier and TypeMethodDescriptionprotected SettingsMerger.KeyComputer<IdentifiableBase>
SettingsMerger.getIdentifiableBaseKey()
Methods in org.apache.maven.settings.v4 with parameters of type IdentifiableBaseModifier 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)