Uses of Class
org.apache.maven.api.settings.IdentifiableBase
-
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.