Uses of Class
org.apache.maven.api.model.Profile
Packages that use Profile
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo model.-
Uses of Profile in org.apache.maven.api.model
Methods in org.apache.maven.api.model 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 build.Profile.withDependencies(Collection<Dependency> dependencies) Creates a newProfileinstance using the specified dependencies.Profile.withDependencyManagement(DependencyManagement dependencyManagement) Creates a newProfileinstance using the specified dependencyManagement.Profile.withDistributionManagement(DistributionManagement distributionManagement) Creates a newProfileinstance using the specified distributionManagement.Creates a newProfileinstance using the specified id.Profile.withModules(Collection<String> modules) Deprecated.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.withReporting(Reporting reporting) Creates a newProfileinstance using the specified reporting.Profile.withRepositories(Collection<Repository> repositories) Creates a newProfileinstance using the specified repositories.Profile.withSubprojects(Collection<String> subprojects) Creates a newProfileinstance using the specified subprojects.Methods in org.apache.maven.api.model that return types with arguments of type ProfileModifier and TypeMethodDescriptionModel.getProfiles()A listing of project-local build profiles which will modify the build process when activated.Methods in org.apache.maven.api.model 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.model with type arguments of type ProfileModifier and TypeMethodDescriptionModel.Builder.profiles(Collection<Profile> profiles) Model.withProfiles(Collection<Profile> profiles) Creates a newModelinstance using the specified profiles.Constructors in org.apache.maven.api.model with parameters of type Profile -
Uses of Profile in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return ProfileModifier and TypeMethodDescriptionConvert a settings profile to a model profile.Methods in org.apache.maven.api.services that return types with arguments of type ProfileModifier and TypeMethodDescriptionModelBuilderResult.getActiveExternalProfiles()Gets the external profiles that were active during model building.ModelBuilderResult.getActivePomProfiles()Gets the profiles that were active during model building.ModelBuilderRequest.getProfiles()Defines external profiles that may be activated for the given model.Methods in org.apache.maven.api.services with parameters of type ProfileModifier and TypeMethodDescriptionConvert a model profile to a settings profile.Method parameters in org.apache.maven.api.services with type arguments of type ProfileModifier and TypeMethodDescription -
Uses of Profile in org.apache.maven.api.services.model
Methods in org.apache.maven.api.services.model that return types with arguments of type ProfileModifier and TypeMethodDescriptionProfileSelector.getActiveProfiles(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Determines the profiles which are active in the specified activation context.Methods in org.apache.maven.api.services.model with parameters of type ProfileModifier and TypeMethodDescriptiondefault ModelProfileInjector.injectProfile(Model model, Profile profile, ModelBuilderRequest request, ModelProblemCollector problems) Merges values from the specified profile into the given model.booleanProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Determines whether the specified profile is active in the given activator context.booleanProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Determines whether specified activation method is present in configuration or not.Method parameters in org.apache.maven.api.services.model with type arguments of type ProfileModifier and TypeMethodDescriptionProfileSelector.getActiveProfiles(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Determines the profiles which are active in the specified activation context.ProfileInjector.injectProfiles(Model model, List<Profile> profiles, ModelBuilderRequest request, ModelProblemCollector problems) Merges values from the specified profile into the given model. -
Uses of Profile in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return ProfileModifier and TypeMethodDescriptionstatic ProfileSettingsUtilsV4.convertFromSettingsProfile(Profile settingsProfile) Methods in org.apache.maven.internal.impl with parameters of type Profile -
Uses of Profile in org.apache.maven.internal.impl.model
Methods in org.apache.maven.internal.impl.model that return types with arguments of type ProfileModifier and TypeMethodDescriptionDefaultProfileSelector.getActiveProfiles(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Method parameters in org.apache.maven.internal.impl.model with type arguments of type ProfileModifier and TypeMethodDescriptionDefaultProfileSelector.getActiveProfiles(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) DefaultProfileInjector.injectProfiles(Model model, List<Profile> profiles, ModelBuilderRequest request, ModelProblemCollector problems) -
Uses of Profile in org.apache.maven.internal.impl.model.profile
Methods in org.apache.maven.internal.impl.model.profile with parameters of type ProfileModifier and TypeMethodDescriptionbooleanConditionProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Determines whether a profile should be active based on its condition.booleanFileProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanJdkVersionProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanOperatingSystemProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanPackagingProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanPropertyProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanConditionProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Checks if the condition is present in the profile's configuration.booleanFileProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanJdkVersionProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanOperatingSystemProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanPackagingProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanPropertyProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) -
Uses of Profile in org.apache.maven.model
Methods in org.apache.maven.model that return ProfileMethods in org.apache.maven.model that return types with arguments of type ProfileMethod parameters in org.apache.maven.model with type arguments of type ProfileConstructors in org.apache.maven.model with parameters of type Profile -
Uses of Profile in org.apache.maven.model.profile
Methods in org.apache.maven.model.profile that return types with arguments of type ProfileModifier and TypeMethodDescriptionDefaultProfileSelector.getActiveProfilesV4(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.ProfileSelector.getActiveProfilesV4(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.Determines the profiles which are active in the specified activation context.Methods in org.apache.maven.model.profile with parameters of type ProfileModifier and TypeMethodDescriptionDefaultProfileInjector.injectProfile(Model model, Profile profile, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.default ModelProfileInjector.injectProfile(Model model, Profile profile, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Merges values from the specified profile into the given model.Method parameters in org.apache.maven.model.profile with type arguments of type ProfileModifier and TypeMethodDescriptionDefaultProfileSelector.getActiveProfilesV4(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.ProfileSelector.getActiveProfilesV4(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.Determines the profiles which are active in the specified activation context.DefaultProfileInjector.injectProfiles(Model model, List<Profile> profiles, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.default ModelProfileInjector.injectProfiles(Model model, List<Profile> profiles, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Merges values from the specified profile into the given model. -
Uses of Profile in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return ProfileModifier and TypeMethodDescriptionprotected ProfileMavenMerger.mergeProfile(Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected ProfileMavenTransformer.transformProfile(Profile target) Methods in org.apache.maven.model.v4 that return types with arguments of type ProfileModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer<Profile>MavenMerger.getProfileKey()Methods in org.apache.maven.model.v4 with parameters of type ProfileModifier and TypeMethodDescriptionprotected voidMavenMerger.mergeProfile(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected ProfileMavenMerger.mergeProfile(Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeProfile_Activation(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeProfile_Build(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeProfile_Dependencies(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeProfile_DependencyManagement(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeProfile_DistributionManagement(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeProfile_Id(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeProfile_Modules(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeProfile_PluginRepositories(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeProfile_Properties(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeProfile_Reporting(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeProfile_Repositories(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeProfile_Subprojects(Profile.Builder builder, Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context) protected ProfileMavenTransformer.transformProfile(Profile target) protected Profile.BuilderMavenTransformer.transformProfile_Activation(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target) protected Profile.BuilderMavenTransformer.transformProfile_Build(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target) protected Profile.BuilderMavenTransformer.transformProfile_Dependencies(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target) protected Profile.BuilderMavenTransformer.transformProfile_DependencyManagement(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target) protected Profile.BuilderMavenTransformer.transformProfile_DistributionManagement(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target) protected Profile.BuilderMavenTransformer.transformProfile_Id(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target) protected Profile.BuilderMavenTransformer.transformProfile_Modules(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target) protected Profile.BuilderMavenTransformer.transformProfile_PluginRepositories(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target) protected Profile.BuilderMavenTransformer.transformProfile_Properties(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target) protected Profile.BuilderMavenTransformer.transformProfile_Reporting(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target) protected Profile.BuilderMavenTransformer.transformProfile_Repositories(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target) protected Profile.BuilderMavenTransformer.transformProfile_Subprojects(Supplier<? extends Profile.Builder> creator, Profile.Builder builder, Profile target)