Package | Description |
---|---|
org.apache.maven.api.settings | |
org.apache.maven.settings.v4 |
Modifier and Type | Method and Description |
---|---|
Profile.Builder |
Profile.Builder.activation(Activation activation) |
Profile.Builder |
Profile.Builder.id(String id) |
static Profile.Builder |
Profile.newBuilder()
Creates a new
Profile builder instance. |
static Profile.Builder |
Profile.newBuilder(boolean withDefaults)
Creates a new
Profile builder instance using default values or not. |
static Profile.Builder |
Profile.newBuilder(Profile from)
Creates a new
Profile builder instance using the specified object as a basis. |
static Profile.Builder |
Profile.newBuilder(Profile from,
boolean forceCopy)
Creates a new
Profile builder instance using the specified object as a basis. |
Profile.Builder |
Profile.Builder.pluginRepositories(Collection<Repository> pluginRepositories) |
Profile.Builder |
Profile.Builder.properties(Map<String,String> properties) |
Profile.Builder |
Profile.Builder.repositories(Collection<Repository> repositories) |
Profile.Builder |
Profile.with()
Creates a new builder with this object as the basis.
|
Modifier and Type | Method and Description |
---|---|
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 |
SettingsMerger.mergeProfile(Profile.Builder builder,
Profile target,
Profile source,
boolean sourceDominant,
Map<Object,Object> context) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.