Uses of Class
org.apache.maven.api.settings.IdentifiableBase.Builder
-
Uses of IdentifiableBase.Builder in org.apache.maven.api.settings
Modifier 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 Server instances.Modifier and TypeMethodDescriptionstatic 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.