Uses of Interface
org.apache.maven.model.building.ModelProblemCollector
Packages that use ModelProblemCollector
Package
Description
-
Uses of ModelProblemCollector in org.apache.maven.model.building
Subinterfaces of ModelProblemCollector in org.apache.maven.model.buildingMethods in org.apache.maven.model.building that return ModelProblemCollectorModifier and TypeMethodDescriptionModelBuildingEvent.getProblems()Deprecated.Gets the container used to collect problems that were encountered while processing the event. -
Uses of ModelProblemCollector in org.apache.maven.model.composition
Methods in org.apache.maven.model.composition with parameters of type ModelProblemCollectorModifier and TypeMethodDescriptionvoidDefaultDependencyManagementImporter.importManagement(Model target, List<? extends DependencyManagement> sources, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.voidDependencyManagementImporter.importManagement(Model target, List<? extends DependencyManagement> sources, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Imports the specified dependency management sections into the given target model. -
Uses of ModelProblemCollector in org.apache.maven.model.inheritance
Methods in org.apache.maven.model.inheritance with parameters of type ModelProblemCollectorModifier and TypeMethodDescriptionvoidDefaultInheritanceAssembler.assembleModelInheritance(Model child, Model parent, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.voidInheritanceAssembler.assembleModelInheritance(Model child, Model parent, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Merges values from the specified parent model into the given child model. -
Uses of ModelProblemCollector in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type ModelProblemCollectorModifier and TypeMethodDescriptionprotected List<org.codehaus.plexus.interpolation.ValueSource> AbstractStringBasedModelInterpolator.createValueSources(Model model, File projectDir, ModelBuildingRequest config, ModelProblemCollector problems) Deprecated.ModelInterpolator.interpolateModel(Model model, File projectDir, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Interpolates expressions in the specified model.StringSearchModelInterpolator.interpolateModel(Model model, File projectDir, ModelBuildingRequest config, ModelProblemCollector problems) Deprecated.StringVisitorModelInterpolator.interpolateModel(Model model, File projectDir, ModelBuildingRequest config, ModelProblemCollector problems) Deprecated. -
Uses of ModelProblemCollector in org.apache.maven.model.management
Methods in org.apache.maven.model.management with parameters of type ModelProblemCollectorModifier and TypeMethodDescriptionvoidDefaultDependencyManagementInjector.injectManagement(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.voidDefaultPluginManagementInjector.injectManagement(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.voidDependencyManagementInjector.injectManagement(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Merges default values from the dependency management section of the given model into itself.voidPluginManagementInjector.injectManagement(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Merges default values from the plugin management section of the given model into itself. -
Uses of ModelProblemCollector in org.apache.maven.model.normalization
Methods in org.apache.maven.model.normalization with parameters of type ModelProblemCollectorModifier and TypeMethodDescriptionvoidDefaultModelNormalizer.injectDefaultValues(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.voidModelNormalizer.injectDefaultValues(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Sets default values in the specified model that for technical reasons cannot be set directly in the Modello definition.voidDefaultModelNormalizer.mergeDuplicates(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.voidModelNormalizer.mergeDuplicates(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Merges duplicate elements like multiple declarations of the same build plugin in the specified model. -
Uses of ModelProblemCollector in org.apache.maven.model.plugin
Methods in org.apache.maven.model.plugin with parameters of type ModelProblemCollectorModifier and TypeMethodDescriptionvoidDefaultReportingConverter.convertReporting(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.voidReportingConverter.convertReporting(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Converts values from model's reporting section into the configuration for Maven Site Plugin 3.x.voidDefaultPluginConfigurationExpander.expandPluginConfiguration(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.voidDefaultReportConfigurationExpander.expandPluginConfiguration(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.voidPluginConfigurationExpander.expandPluginConfiguration(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Merges values from general build plugin configuration into the individual plugin executions of the given model.voidReportConfigurationExpander.expandPluginConfiguration(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Merges values from general report plugin configuration into the individual reports sets of the given model.voidDefaultLifecycleBindingsInjector.injectLifecycleBindings(Model model, ModelBuildingRequest request, ModelProblemCollector problems) voidLifecycleBindingsInjector.injectLifecycleBindings(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Injects plugin executions induced by lifecycle bindings into the specified model. -
Uses of ModelProblemCollector in org.apache.maven.model.profile
Methods in org.apache.maven.model.profile with parameters of type ModelProblemCollectorModifier and TypeMethodDescriptionDefaultProfileSelector.getActiveProfiles(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.ProfileSelector.getActiveProfiles(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.Determines the profiles which are active in the specified activation context.voidDefaultProfileInjector.injectProfile(Model model, Profile profile, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.voidProfileInjector.injectProfile(Model model, Profile profile, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Merges values from the specified profile into the given model. -
Uses of ModelProblemCollector in org.apache.maven.model.profile.activation
Methods in org.apache.maven.model.profile.activation with parameters of type ModelProblemCollectorModifier and TypeMethodDescriptionbooleanFileProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanJdkVersionProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanOperatingSystemProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanPackagingProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.Determines whether the specified profile is active in the given activator context.booleanPropertyProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanFileProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanJdkVersionProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanOperatingSystemProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanPackagingProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.Determines whether specified activation method is present in configuration or not.booleanPropertyProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated. -
Uses of ModelProblemCollector in org.apache.maven.model.validation
Methods in org.apache.maven.model.validation with parameters of type ModelProblemCollectorModifier and TypeMethodDescriptionprotected voidDefaultModelValidator.validateDependencyVersion(ModelProblemCollector problems, Dependency d, String prefix) Deprecated.voidDefaultModelValidator.validateEffectiveModel(Model m, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.voidModelValidator.validateEffectiveModel(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Checks the specified (effective) model for missing or invalid values.voidDefaultModelValidator.validateRawModel(Model m, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.voidModelValidator.validateRawModel(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Checks the specified (raw) model for missing or invalid values.
org.apache.maven.api.services.ModelBuilderinstead