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 classBuilder class used to create Mirror instances.static classBuilder class used to create Profile instances.static classBuilder class used to create Proxy instances.static classBuilder class used to create Repository instances.static classBuilder class used to create RepositoryBase instances.static classBuilder 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.BuilderIdentifiableBase.newBuilder()Creates a newIdentifiableBasebuilder instance.static IdentifiableBase.BuilderIdentifiableBase.newBuilder(boolean withDefaults) Creates a newIdentifiableBasebuilder instance using default values or not.static IdentifiableBase.BuilderIdentifiableBase.newBuilder(IdentifiableBase from) Creates a newIdentifiableBasebuilder instance using the specified object as a basis.static IdentifiableBase.BuilderIdentifiableBase.newBuilder(IdentifiableBase from, boolean forceCopy) Creates a newIdentifiableBasebuilder 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.BuilderModifierConstructorDescriptionprotectedIdentifiableBase(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.BuilderSettingsTransformer.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 voidSettingsMerger.mergeIdentifiableBase(IdentifiableBase.Builder builder, IdentifiableBase target, IdentifiableBase source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeIdentifiableBase_Id(IdentifiableBase.Builder builder, IdentifiableBase target, IdentifiableBase source, boolean sourceDominant, Map<Object, Object> context) protected IdentifiableBase.BuilderSettingsTransformer.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.BuilderSettingsTransformer.transformIdentifiableBase_Id(Supplier<? extends IdentifiableBase.Builder> creator, IdentifiableBase.Builder builder, IdentifiableBase target)