Uses of Class
org.apache.maven.api.settings.Profile
Packages that use Profile
Package
Description
-
Uses of Profile in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return ProfileModifier and TypeMethodDescriptionConvert a model profile to a settings profile.Methods in org.apache.maven.api.services with parameters of type Profile -
Uses of Profile in org.apache.maven.api.settings
Methods in org.apache.maven.api.settings that return ProfileModifier and TypeMethodDescriptionProfile.Builder.build()static ProfileProfile.newInstance()Creates a newProfileinstance.static ProfileProfile.newInstance(boolean withDefaults) Creates a newProfileinstance using default values or not.Profile.withActivation(Activation activation) Creates a newProfileinstance using the specified activation.Creates a newProfileinstance using the specified id.Profile.withPluginRepositories(Collection<Repository> pluginRepositories) Creates a newProfileinstance using the specified pluginRepositories.Profile.withProperties(Map<String, String> properties) Creates a newProfileinstance using the specified properties.Profile.withRepositories(Collection<Repository> repositories) Creates a newProfileinstance using the specified repositories.Methods in org.apache.maven.api.settings that return types with arguments of type ProfileModifier and TypeMethodDescriptionSettings.getProfiles()Configuration of build profiles for adjusting the build according to environmental parameters.Methods in org.apache.maven.api.settings with parameters of type ProfileModifier and TypeMethodDescriptionstatic Profile.BuilderProfile.newBuilder(Profile from) Creates a newProfilebuilder instance using the specified object as a basis.static Profile.BuilderProfile.newBuilder(Profile from, boolean forceCopy) Creates a newProfilebuilder instance using the specified object as a basis.Method parameters in org.apache.maven.api.settings with type arguments of type ProfileModifier and TypeMethodDescriptionSettings.Builder.profiles(Collection<Profile> profiles) Settings.withProfiles(Collection<Profile> profiles) Creates a newSettingsinstance using the specified profiles.Constructors in org.apache.maven.api.settings with parameters of type Profile -
Uses of Profile in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return ProfileModifier and TypeMethodDescriptionstatic ProfileSettingsUtilsV4.convertToSettingsProfile(Profile modelProfile) Methods in org.apache.maven.internal.impl with parameters of type Profile -
Uses of Profile in org.apache.maven.settings
Methods in org.apache.maven.settings that return ProfileMethods in org.apache.maven.settings that return types with arguments of type ProfileMethod parameters in org.apache.maven.settings with type arguments of type ProfileConstructors in org.apache.maven.settings with parameters of type Profile -
Uses of Profile in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 that return ProfileModifier and TypeMethodDescriptionprotected ProfileSettingsMerger.mergeProfile(Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected ProfileSettingsTransformer.transformProfile(Profile target) Methods in org.apache.maven.settings.v4 that return types with arguments of type ProfileModifier and TypeMethodDescriptionprotected SettingsMerger.KeyComputer<Profile>SettingsMerger.getProfileKey()Methods in org.apache.maven.settings.v4 with parameters of type ProfileModifier and TypeMethodDescriptionprotected voidSettingsMerger.mergeProfile(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected ProfileSettingsMerger.mergeProfile(Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeProfile_Activation(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeProfile_Id(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeProfile_PluginRepositories(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeProfile_Properties(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeProfile_Repositories(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected ProfileSettingsTransformer.transformProfile(Profile target) protected Profile.BuilderSettingsTransformer.transformProfile_Activation(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target) protected Profile.BuilderSettingsTransformer.transformProfile_Id(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target) protected Profile.BuilderSettingsTransformer.transformProfile_PluginRepositories(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target) protected Profile.BuilderSettingsTransformer.transformProfile_Properties(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target) protected Profile.BuilderSettingsTransformer.transformProfile_Repositories(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target)