| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ModelProblemCollectorExtExtends the ModelproblemCollector by the capacity of returning the collected problems. | 
| Modifier and Type | Method and Description | 
|---|---|
| ModelProblemCollector | ModelBuildingEvent. getProblems()Gets the container used to collect problems that were encountered while processing the event. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultDependencyManagementImporter. importManagement(Model target,
                                List<? extends DependencyManagement> sources,
                                ModelBuildingRequest request,
                                ModelProblemCollector problems) | 
| void | DependencyManagementImporter. importManagement(Model target,
                                List<? extends DependencyManagement> sources,
                                ModelBuildingRequest request,
                                ModelProblemCollector problems)Imports the specified dependency management sections into the given target model. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultInheritanceAssembler. assembleModelInheritance(Model child,
                                                Model parent,
                                                ModelBuildingRequest request,
                                                ModelProblemCollector problems) | 
| void | InheritanceAssembler. assembleModelInheritance(Model child,
                                                Model parent,
                                                ModelBuildingRequest request,
                                                ModelProblemCollector problems)Merges values from the specified parent model into the given child model. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected List<ValueSource> | AbstractStringBasedModelInterpolator. createValueSources(Model model,
                                    File projectDir,
                                    ModelBuildingRequest config,
                                    ModelProblemCollector problems) | 
| protected String | AbstractStringBasedModelInterpolator. interpolateInternal(String src,
                                      List<? extends ValueSource> valueSources,
                                      List<? extends InterpolationPostProcessor> postProcessors,
                                      ModelProblemCollector problems) | 
| Model | StringSearchModelInterpolator. interpolateModel(Model model,
                                File projectDir,
                                ModelBuildingRequest config,
                                ModelProblemCollector problems) | 
| Model | ModelInterpolator. interpolateModel(Model model,
                                File projectDir,
                                ModelBuildingRequest request,
                                ModelProblemCollector problems)Interpolates expressions in the specified model. | 
| protected void | StringSearchModelInterpolator. interpolateObject(Object obj,
                                  Model model,
                                  File projectDir,
                                  ModelBuildingRequest config,
                                  ModelProblemCollector problems) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultDependencyManagementInjector. injectManagement(Model model,
                                ModelBuildingRequest request,
                                ModelProblemCollector problems) | 
| void | DefaultPluginManagementInjector. injectManagement(Model model,
                                ModelBuildingRequest request,
                                ModelProblemCollector problems) | 
| void | PluginManagementInjector. injectManagement(Model model,
                                ModelBuildingRequest request,
                                ModelProblemCollector problems)Merges default values from the plugin management section of the given model into itself. | 
| void | DependencyManagementInjector. injectManagement(Model model,
                                ModelBuildingRequest request,
                                ModelProblemCollector problems)Merges default values from the dependency management section of the given model into itself. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ModelNormalizer. injectDefaultValues(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. | 
| void | DefaultModelNormalizer. injectDefaultValues(Model model,
                                      ModelBuildingRequest request,
                                      ModelProblemCollector problems) | 
| void | ModelNormalizer. mergeDuplicates(Model model,
                              ModelBuildingRequest request,
                              ModelProblemCollector problems)Merges duplicate elements like multiple declarations of the same build plugin in the specified model. | 
| void | DefaultModelNormalizer. mergeDuplicates(Model model,
                              ModelBuildingRequest request,
                              ModelProblemCollector problems) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultReportingConverter. convertReporting(Model model,
                                ModelBuildingRequest request,
                                ModelProblemCollector problems) | 
| void | ReportingConverter. convertReporting(Model model,
                                ModelBuildingRequest request,
                                ModelProblemCollector problems)Converts values from model's reporting section into the configuration for the new Maven Site Plugin. | 
| void | DefaultPluginConfigurationExpander. expandPluginConfiguration(Model model,
                                                  ModelBuildingRequest request,
                                                  ModelProblemCollector problems) | 
| void | ReportConfigurationExpander. expandPluginConfiguration(Model model,
                                                  ModelBuildingRequest request,
                                                  ModelProblemCollector problems)Merges values from general report plugin configuration into the individual reports sets of the given model. | 
| void | DefaultReportConfigurationExpander. expandPluginConfiguration(Model model,
                                                  ModelBuildingRequest request,
                                                  ModelProblemCollector problems) | 
| void | PluginConfigurationExpander. expandPluginConfiguration(Model model,
                                                  ModelBuildingRequest request,
                                                  ModelProblemCollector problems)Merges values from general build plugin configuration into the individual plugin executions of the given model. | 
| void | LifecycleBindingsInjector. injectLifecycleBindings(Model model,
                                              ModelBuildingRequest request,
                                              ModelProblemCollector problems)Injects plugin executions induced by lifecycle bindings into the specified model. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Profile> | DefaultProfileSelector. getActiveProfiles(Collection<Profile> profiles,
                                  ProfileActivationContext context,
                                  ModelProblemCollector problems) | 
| List<Profile> | ProfileSelector. getActiveProfiles(Collection<Profile> profiles,
                                  ProfileActivationContext context,
                                  ModelProblemCollector problems)Determines the profiles which are active in the specified activation context. | 
| void | ProfileInjector. injectProfile(Model model,
                          Profile profile,
                          ModelBuildingRequest request,
                          ModelProblemCollector problems)Merges values from the specified profile into the given model. | 
| void | DefaultProfileInjector. injectProfile(Model model,
                          Profile profile,
                          ModelBuildingRequest request,
                          ModelProblemCollector problems) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | PropertyProfileActivator. isActive(Profile profile,
                ProfileActivationContext context,
                ModelProblemCollector problems) | 
| boolean | FileProfileActivator. isActive(Profile profile,
                ProfileActivationContext context,
                ModelProblemCollector problems) | 
| boolean | OperatingSystemProfileActivator. isActive(Profile profile,
                ProfileActivationContext context,
                ModelProblemCollector problems) | 
| boolean | JdkVersionProfileActivator. isActive(Profile profile,
                ProfileActivationContext context,
                ModelProblemCollector problems) | 
| boolean | ProfileActivator. isActive(Profile profile,
                ProfileActivationContext context,
                ModelProblemCollector problems)Determines whether the specified profile is active in the given activator context. | 
| boolean | PropertyProfileActivator. presentInConfig(Profile profile,
                              ProfileActivationContext context,
                              ModelProblemCollector problems) | 
| boolean | FileProfileActivator. presentInConfig(Profile profile,
                              ProfileActivationContext context,
                              ModelProblemCollector problems) | 
| boolean | OperatingSystemProfileActivator. presentInConfig(Profile profile,
                              ProfileActivationContext context,
                              ModelProblemCollector problems) | 
| boolean | JdkVersionProfileActivator. presentInConfig(Profile profile,
                              ProfileActivationContext context,
                              ModelProblemCollector problems) | 
| boolean | ProfileActivator. presentInConfig(Profile profile,
                              ProfileActivationContext context,
                              ModelProblemCollector problems)Determines whether specified activation method is present in configuration or not. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | DefaultModelValidator. validateDependencyVersion(ModelProblemCollector problems,
                                                  Dependency d,
                                                  String prefix) | 
| void | DefaultModelValidator. validateEffectiveModel(Model m,
                                            ModelBuildingRequest request,
                                            ModelProblemCollector problems) | 
| void | ModelValidator. validateEffectiveModel(Model model,
                                            ModelBuildingRequest request,
                                            ModelProblemCollector problems)Checks the specified (effective) model for missing or invalid values. | 
| void | DefaultModelValidator. validateRawModel(Model m,
                                ModelBuildingRequest request,
                                ModelProblemCollector problems) | 
| void | ModelValidator. validateRawModel(Model model,
                                ModelBuildingRequest request,
                                ModelProblemCollector problems)Checks the specified (raw) model for missing or invalid values. | 
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.