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.buildingModifier and TypeInterfaceDescriptioninterfaceExtends the ModelproblemCollector by the capacity of returning the collected problems.Methods in org.apache.maven.model.building that return ModelProblemCollectorModifier and TypeMethodDescriptionModelBuildingEvent.getProblems()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(org.apache.maven.model.Model target, List<? extends org.apache.maven.model.DependencyManagement> sources, ModelBuildingRequest request, ModelProblemCollector problems) voidDependencyManagementImporter.importManagement(org.apache.maven.model.Model target, List<? extends org.apache.maven.model.DependencyManagement> sources, ModelBuildingRequest request, ModelProblemCollector problems) 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(org.apache.maven.model.Model child, org.apache.maven.model.Model parent, ModelBuildingRequest request, ModelProblemCollector problems) voidInheritanceAssembler.assembleModelInheritance(org.apache.maven.model.Model child, org.apache.maven.model.Model parent, ModelBuildingRequest request, ModelProblemCollector problems) 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(org.apache.maven.model.Model model, File projectDir, ModelBuildingRequest config, ModelProblemCollector problems) org.apache.maven.model.ModelModelInterpolator.interpolateModel(org.apache.maven.model.Model model, File projectDir, ModelBuildingRequest request, ModelProblemCollector problems) Interpolates expressions in the specified model.org.apache.maven.model.ModelStringSearchModelInterpolator.interpolateModel(org.apache.maven.model.Model model, File projectDir, ModelBuildingRequest config, ModelProblemCollector problems) Deprecated.org.apache.maven.model.ModelStringVisitorModelInterpolator.interpolateModel(org.apache.maven.model.Model model, File projectDir, ModelBuildingRequest config, ModelProblemCollector problems) -
Uses of ModelProblemCollector in org.apache.maven.model.management
Methods in org.apache.maven.model.management with parameters of type ModelProblemCollectorModifier and TypeMethodDescriptionvoidDefaultDependencyManagementInjector.injectManagement(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) voidDefaultPluginManagementInjector.injectManagement(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) voidDependencyManagementInjector.injectManagement(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) Merges default values from the dependency management section of the given model into itself.voidPluginManagementInjector.injectManagement(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) 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(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) voidModelNormalizer.injectDefaultValues(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) Sets default values in the specified model that for technical reasons cannot be set directly in the Modello definition.voidDefaultModelNormalizer.mergeDuplicates(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) voidModelNormalizer.mergeDuplicates(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) 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(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) voidReportingConverter.convertReporting(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) Converts values from model's reporting section into the configuration for Maven Site Plugin 3.x.voidDefaultPluginConfigurationExpander.expandPluginConfiguration(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) voidDefaultReportConfigurationExpander.expandPluginConfiguration(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) voidPluginConfigurationExpander.expandPluginConfiguration(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) Merges values from general build plugin configuration into the individual plugin executions of the given model.voidReportConfigurationExpander.expandPluginConfiguration(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) Merges values from general report plugin configuration into the individual reports sets of the given model.voidLifecycleBindingsInjector.injectLifecycleBindings(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) 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 TypeMethodDescriptionList<org.apache.maven.model.Profile> DefaultProfileSelector.getActiveProfiles(Collection<org.apache.maven.model.Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) List<org.apache.maven.model.Profile> ProfileSelector.getActiveProfiles(Collection<org.apache.maven.model.Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Determines the profiles which are active in the specified activation context.voidDefaultProfileInjector.injectProfile(org.apache.maven.model.Model model, org.apache.maven.model.Profile profile, ModelBuildingRequest request, ModelProblemCollector problems) voidProfileInjector.injectProfile(org.apache.maven.model.Model model, org.apache.maven.model.Profile profile, ModelBuildingRequest request, ModelProblemCollector problems) 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(org.apache.maven.model.Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanJdkVersionProfileActivator.isActive(org.apache.maven.model.Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanOperatingSystemProfileActivator.isActive(org.apache.maven.model.Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanProfileActivator.isActive(org.apache.maven.model.Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Determines whether the specified profile is active in the given activator context.booleanPropertyProfileActivator.isActive(org.apache.maven.model.Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanFileProfileActivator.presentInConfig(org.apache.maven.model.Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanJdkVersionProfileActivator.presentInConfig(org.apache.maven.model.Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanOperatingSystemProfileActivator.presentInConfig(org.apache.maven.model.Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanProfileActivator.presentInConfig(org.apache.maven.model.Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Determines whether specified activation method is present in configuration or not.booleanPropertyProfileActivator.presentInConfig(org.apache.maven.model.Profile profile, ProfileActivationContext context, ModelProblemCollector problems) -
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, org.apache.maven.model.Dependency d, String prefix) voidDefaultModelValidator.validateEffectiveModel(org.apache.maven.model.Model m, ModelBuildingRequest request, ModelProblemCollector problems) voidModelValidator.validateEffectiveModel(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) Checks the specified (effective) model for missing or invalid values.voidDefaultModelValidator.validateRawModel(org.apache.maven.model.Model m, ModelBuildingRequest request, ModelProblemCollector problems) voidModelValidator.validateRawModel(org.apache.maven.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) Checks the specified (raw) model for missing or invalid values.