Uses of Class
org.apache.maven.api.settings.Profile
Package
Description
-
Uses of Profile in org.apache.maven.api.settings
Modifier and TypeMethodDescriptionProfile.Builder.build()
static Profile
Profile.newInstance()
Creates a newProfile
instance.static Profile
Profile.newInstance
(boolean withDefaults) Creates a newProfile
instance using default values or not.Profile.withActivation
(Activation activation) Creates a newProfile
instance using the specified activation.Creates a newProfile
instance using the specified id.Profile.withPluginRepositories
(Collection<Repository> pluginRepositories) Creates a newProfile
instance using the specified pluginRepositories.Profile.withProperties
(Map<String, String> properties) Creates a newProfile
instance using the specified properties.Profile.withRepositories
(Collection<Repository> repositories) Creates a newProfile
instance using the specified repositories.Modifier and TypeMethodDescriptionSettings.getProfiles()
Configuration of build profiles for adjusting the build according to environmental parameters.Modifier and TypeMethodDescriptionstatic 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.Modifier and TypeMethodDescriptionSettings.Builder.profiles
(Collection<Profile> profiles) Settings.withProfiles
(Collection<Profile> profiles) Creates a newSettings
instance using the specified profiles. -
Uses of Profile in org.apache.maven.settings
Modifier and TypeMethodDescriptionstatic Profile
SettingsUtilsV4.convertToSettingsProfile
(Profile modelProfile) Profile.getDelegate()
Modifier and TypeMethodDescriptionstatic Profile
SettingsUtilsV4.convertFromSettingsProfile
(Profile settingsProfile) -
Uses of Profile in org.apache.maven.settings.v4
Modifier and TypeMethodDescriptionprotected Profile
SettingsMerger.mergeProfile
(Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected Profile
SettingsTransformer.transformProfile
(Profile target) Modifier and TypeMethodDescriptionprotected SettingsMerger.KeyComputer
<Profile> SettingsMerger.getProfileKey()
Modifier and TypeMethodDescriptionprotected void
SettingsMerger.mergeProfile
(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected Profile
SettingsMerger.mergeProfile
(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 Profile
SettingsTransformer.transformProfile
(Profile target) 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)