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.Methods in org.apache.maven.model.building with parameters of type ModelProblemCollectorModifier and TypeMethodDescriptionTransformerContextBuilder.initialize(ModelBuildingRequest request, ModelProblemCollector problems) This method is used to initialize the TransformerContext -
Uses of ModelProblemCollector in org.apache.maven.model.composition
Methods in org.apache.maven.model.composition with parameters of type ModelProblemCollectorModifier and TypeMethodDescriptionorg.apache.maven.api.model.ModelDefaultDependencyManagementImporter.importManagement(org.apache.maven.api.model.Model target, List<? extends org.apache.maven.api.model.DependencyManagement> sources, ModelBuildingRequest request, ModelProblemCollector problems) org.apache.maven.api.model.ModelDependencyManagementImporter.importManagement(org.apache.maven.api.model.Model target, List<? extends org.apache.maven.api.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 TypeMethodDescriptionorg.apache.maven.api.model.ModelDefaultInheritanceAssembler.assembleModelInheritance(org.apache.maven.api.model.Model child, org.apache.maven.api.model.Model parent, ModelBuildingRequest request, ModelProblemCollector problems) org.apache.maven.api.model.ModelInheritanceAssembler.assembleModelInheritance(org.apache.maven.api.model.Model child, org.apache.maven.api.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 TypeMethodDescriptionAbstractStringBasedModelInterpolator.interpolateModel(Model model, File projectDir, ModelBuildingRequest request, ModelProblemCollector problems) org.apache.maven.api.model.ModelModelInterpolator.interpolateModel(org.apache.maven.api.model.Model model, File projectDir, ModelBuildingRequest request, ModelProblemCollector problems) Interpolates expressions in the specified model.ModelInterpolator.interpolateModel(Model model, File projectDir, ModelBuildingRequest request, ModelProblemCollector problems) org.apache.maven.api.model.ModelStringVisitorModelInterpolator.interpolateModel(org.apache.maven.api.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(Model model, ModelBuildingRequest request, ModelProblemCollector problems) voidDefaultPluginManagementInjector.injectManagement(Model model, ModelBuildingRequest request, ModelProblemCollector problems) voidDependencyManagementInjector.injectManagement(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Merges default values from the dependency management section of the given model into itself.voidPluginManagementInjector.injectManagement(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 TypeMethodDescriptionorg.apache.maven.api.model.ModelDefaultModelNormalizer.injectDefaultValues(org.apache.maven.api.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) org.apache.maven.api.model.ModelModelNormalizer.injectDefaultValues(org.apache.maven.api.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.org.apache.maven.api.model.ModelDefaultModelNormalizer.mergeDuplicates(org.apache.maven.api.model.Model model, ModelBuildingRequest request, ModelProblemCollector problems) org.apache.maven.api.model.ModelModelNormalizer.mergeDuplicates(org.apache.maven.api.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 TypeMethodDescriptionvoidDefaultPluginConfigurationExpander.expandPluginConfiguration(Model model, ModelBuildingRequest request, ModelProblemCollector problems) voidDefaultReportConfigurationExpander.expandPluginConfiguration(Model model, ModelBuildingRequest request, ModelProblemCollector problems) voidPluginConfigurationExpander.expandPluginConfiguration(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Merges values from general build plugin configuration into the individual plugin executions of the given model.voidReportConfigurationExpander.expandPluginConfiguration(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Merges values from general report plugin configuration into the individual reports sets of the given model.voidLifecycleBindingsInjector.injectLifecycleBindings(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 TypeMethodDescriptionDefaultProfileSelector.getActiveProfiles(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) ProfileSelector.getActiveProfiles(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Determines the profiles which are active in the specified activation context.voidDefaultProfileInjector.injectProfile(Model model, Profile profile, ModelBuildingRequest request, ModelProblemCollector problems) voidProfileInjector.injectProfile(Model 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(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanJdkVersionProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanOperatingSystemProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Determines whether the specified profile is active in the given activator context.booleanPropertyProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanFileProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanJdkVersionProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanOperatingSystemProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Determines whether specified activation method is present in configuration or not.booleanPropertyProfileActivator.presentInConfig(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.api.model.Dependency d, String prefix) voidDefaultModelValidator.validateEffectiveModel(Model ma, ModelBuildingRequest request, ModelProblemCollector problems) voidModelValidator.validateEffectiveModel(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Checks the specified (effective) model for missing or invalid values.voidDefaultModelValidator.validateFileModel(Model ma, ModelBuildingRequest request, ModelProblemCollector problems) default voidModelValidator.validateFileModel(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Checks the specified file model for missing or invalid values.voidDefaultModelValidator.validateRawModel(Model ma, ModelBuildingRequest request, ModelProblemCollector problems) voidModelValidator.validateRawModel(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Checks the specified (raw) model for missing or invalid values.