| Modifier and Type | Interface and Description |
|---|---|
interface |
ModelProblemCollectorExt
Extends 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(org.apache.maven.model.Model target,
java.util.List<? extends org.apache.maven.model.DependencyManagement> sources,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
DependencyManagementImporter.importManagement(org.apache.maven.model.Model target,
java.util.List<? extends org.apache.maven.model.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(org.apache.maven.model.Model child,
org.apache.maven.model.Model parent,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
InheritanceAssembler.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<org.codehaus.plexus.interpolation.ValueSource> |
AbstractStringBasedModelInterpolator.createValueSources(org.apache.maven.model.Model model,
java.io.File projectDir,
ModelBuildingRequest config,
ModelProblemCollector problems) |
protected java.lang.String |
AbstractStringBasedModelInterpolator.interpolateInternal(java.lang.String src,
java.util.List<? extends org.codehaus.plexus.interpolation.ValueSource> valueSources,
java.util.List<? extends org.codehaus.plexus.interpolation.InterpolationPostProcessor> postProcessors,
ModelProblemCollector problems) |
org.apache.maven.model.Model |
ModelInterpolator.interpolateModel(org.apache.maven.model.Model model,
java.io.File projectDir,
ModelBuildingRequest request,
ModelProblemCollector problems)
Interpolates expressions in the specified model.
|
org.apache.maven.model.Model |
StringSearchModelInterpolator.interpolateModel(org.apache.maven.model.Model model,
java.io.File projectDir,
ModelBuildingRequest config,
ModelProblemCollector problems) |
protected void |
StringSearchModelInterpolator.interpolateObject(java.lang.Object obj,
org.apache.maven.model.Model model,
java.io.File projectDir,
ModelBuildingRequest config,
ModelProblemCollector problems) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDependencyManagementInjector.injectManagement(org.apache.maven.model.Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
PluginManagementInjector.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.
|
void |
DefaultPluginManagementInjector.injectManagement(org.apache.maven.model.Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
DependencyManagementInjector.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelNormalizer.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.
|
void |
DefaultModelNormalizer.injectDefaultValues(org.apache.maven.model.Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
ModelNormalizer.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.
|
void |
DefaultModelNormalizer.mergeDuplicates(org.apache.maven.model.Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportingConverter.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.
|
void |
DefaultReportingConverter.convertReporting(org.apache.maven.model.Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
DefaultReportConfigurationExpander.expandPluginConfiguration(org.apache.maven.model.Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
DefaultPluginConfigurationExpander.expandPluginConfiguration(org.apache.maven.model.Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
ReportConfigurationExpander.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.
|
void |
PluginConfigurationExpander.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.
|
void |
LifecycleBindingsInjector.injectLifecycleBindings(org.apache.maven.model.Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Injects plugin executions induced by lifecycle bindings into the specified model.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.apache.maven.model.Profile> |
ProfileSelector.getActiveProfiles(java.util.Collection<org.apache.maven.model.Profile> profiles,
ProfileActivationContext context,
ModelProblemCollector problems)
Determines the profiles which are active in the specified activation context.
|
java.util.List<org.apache.maven.model.Profile> |
DefaultProfileSelector.getActiveProfiles(java.util.Collection<org.apache.maven.model.Profile> profiles,
ProfileActivationContext context,
ModelProblemCollector problems) |
void |
DefaultProfileInjector.injectProfile(org.apache.maven.model.Model model,
org.apache.maven.model.Profile profile,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
ProfileInjector.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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JdkVersionProfileActivator.isActive(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
FileProfileActivator.isActive(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
OperatingSystemProfileActivator.isActive(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
ProfileActivator.isActive(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems)
Determines whether the specified profile is active in the given activator context.
|
boolean |
PropertyProfileActivator.isActive(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
JdkVersionProfileActivator.presentInConfig(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
FileProfileActivator.presentInConfig(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
OperatingSystemProfileActivator.presentInConfig(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
ProfileActivator.presentInConfig(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems)
Determines whether specified activation method is present in configuration or not.
|
boolean |
PropertyProfileActivator.presentInConfig(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultModelValidator.validateDependencyVersion(ModelProblemCollector problems,
org.apache.maven.model.Dependency d,
java.lang.String prefix) |
void |
ModelValidator.validateEffectiveModel(org.apache.maven.model.Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Checks the specified (effective) model for missing or invalid values.
|
void |
DefaultModelValidator.validateEffectiveModel(org.apache.maven.model.Model m,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
ModelValidator.validateRawModel(org.apache.maven.model.Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Checks the specified (raw) model for missing or invalid values.
|
void |
DefaultModelValidator.validateRawModel(org.apache.maven.model.Model m,
ModelBuildingRequest request,
ModelProblemCollector problems) |