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.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. -
Uses of IdentifiableBase.Builder in org.apache.maven.settings.v4
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 void
SettingsTransformer.transformIdentifiableBase_Id
(IdentifiableBase.Builder builder, IdentifiableBase target)