Uses of Class
org.apache.maven.api.settings.IdentifiableBase.Builder
Packages that use IdentifiableBase.Builder
-
Uses of IdentifiableBase.Builder in org.apache.maven.api.settings
Subclasses of IdentifiableBase.Builder in org.apache.maven.api.settingsModifier and TypeClassDescriptionstatic class
Builder class used to create Mirror instances.static class
Builder class used to create Profile instances.static class
Builder class used to create Proxy instances.static class
Builder class used to create Repository instances.static class
Builder class used to create RepositoryBase instances.static class
Builder class used to create Server instances.Methods in org.apache.maven.api.settings that return IdentifiableBase.BuilderModifier and TypeMethodDescriptionIdentifiableBase.Builder.importedFrom
(InputLocation importedFrom) IdentifiableBase.Builder.location
(Object key, InputLocation location) static IdentifiableBase.Builder
IdentifiableBase.newBuilder()
Creates a newIdentifiableBase
builder instance.static IdentifiableBase.Builder
IdentifiableBase.newBuilder
(boolean withDefaults) Creates a newIdentifiableBase
builder instance using default values or not.static 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.IdentifiableBase.with()
Creates a new builder with this object as the basis.Constructors in org.apache.maven.api.settings with parameters of type IdentifiableBase.BuilderModifierConstructorDescriptionprotected
IdentifiableBase
(IdentifiableBase.Builder builder) Constructor for this class, to be called from its subclasses andIdentifiableBase.Builder
. -
Uses of IdentifiableBase.Builder in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 that return IdentifiableBase.BuilderModifier and TypeMethodDescriptionprotected IdentifiableBase.Builder
SettingsTransformer.transformIdentifiableBase_Id
(Supplier<? extends IdentifiableBase.Builder> creator, IdentifiableBase.Builder builder, IdentifiableBase target) Methods in org.apache.maven.settings.v4 with parameters of type IdentifiableBase.BuilderModifier and TypeMethodDescriptionprotected void
SettingsMerger.mergeIdentifiableBase
(IdentifiableBase.Builder builder, 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.Builder
SettingsTransformer.transformIdentifiableBase_Id
(Supplier<? extends IdentifiableBase.Builder> creator, IdentifiableBase.Builder builder, IdentifiableBase target) Method parameters in org.apache.maven.settings.v4 with type arguments of type IdentifiableBase.BuilderModifier and TypeMethodDescriptionprotected IdentifiableBase.Builder
SettingsTransformer.transformIdentifiableBase_Id
(Supplier<? extends IdentifiableBase.Builder> creator, IdentifiableBase.Builder builder, IdentifiableBase target)