Uses of Class
org.apache.maven.api.settings.Profile.Builder
-
Uses of Profile.Builder in org.apache.maven.api.settings
Modifier and TypeMethodDescriptionProfile.Builder.activation
(Activation activation) Profile.Builder.location
(Object key, InputLocation location) static Profile.Builder
Profile.newBuilder()
Creates a newProfile
builder instance.static Profile.Builder
Profile.newBuilder
(boolean withDefaults) Creates a newProfile
builder instance using default values or not.static Profile.Builder
Profile.newBuilder
(Profile from) Creates a newProfile
builder instance using the specified object as a basis.static Profile.Builder
Profile.newBuilder
(Profile from, boolean forceCopy) Creates a newProfile
builder instance using the specified object as a basis.Profile.Builder.pluginRepositories
(Collection<Repository> pluginRepositories) Profile.Builder.properties
(Map<String, String> properties) Profile.Builder.repositories
(Collection<Repository> repositories) Profile.with()
Creates a new builder with this object as the basis. -
Uses of Profile.Builder in org.apache.maven.settings.v4
Modifier and TypeMethodDescriptionprotected void
SettingsMerger.mergeProfile
(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeProfile_Activation
(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeProfile_Id
(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeProfile_PluginRepositories
(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeProfile_Properties
(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeProfile_Repositories
(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsTransformer.transformProfile_Activation
(Profile.Builder builder, Profile target) protected void
SettingsTransformer.transformProfile_Id
(Profile.Builder builder, Profile target) protected void
SettingsTransformer.transformProfile_PluginRepositories
(Profile.Builder builder, Profile target) protected void
SettingsTransformer.transformProfile_Properties
(Profile.Builder builder, Profile target) protected void
SettingsTransformer.transformProfile_Repositories
(Profile.Builder builder, Profile target)