|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ModelProblemCollector in org.apache.maven.model.building |
---|
Methods in org.apache.maven.model.building that return ModelProblemCollector | |
---|---|
ModelProblemCollector |
ModelBuildingEvent.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 ModelProblemCollector | |
---|---|
void |
DependencyManagementImporter.importManagement(Model target,
List<? extends DependencyManagement> sources,
ModelBuildingRequest request,
ModelProblemCollector problems)
Imports the specified dependency management sections into the given target model. |
void |
DefaultDependencyManagementImporter.importManagement(Model target,
List<? extends DependencyManagement> sources,
ModelBuildingRequest request,
ModelProblemCollector problems)
|
Uses of ModelProblemCollector in org.apache.maven.model.inheritance |
---|
Methods in org.apache.maven.model.inheritance with parameters of type ModelProblemCollector | |
---|---|
void |
InheritanceAssembler.assembleModelInheritance(Model child,
Model parent,
ModelBuildingRequest request,
ModelProblemCollector problems)
Merges values from the specified parent model into the given child model. |
void |
DefaultInheritanceAssembler.assembleModelInheritance(Model child,
Model parent,
ModelBuildingRequest request,
ModelProblemCollector problems)
|
Uses of ModelProblemCollector in org.apache.maven.model.interpolation |
---|
Methods in org.apache.maven.model.interpolation with parameters of type ModelProblemCollector | |
---|---|
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)
|
Uses of ModelProblemCollector in org.apache.maven.model.management |
---|
Methods in org.apache.maven.model.management with parameters of type ModelProblemCollector | |
---|---|
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. |
void |
DefaultPluginManagementInjector.injectManagement(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
|
void |
DefaultDependencyManagementInjector.injectManagement(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
|
Uses of ModelProblemCollector in org.apache.maven.model.normalization |
---|
Methods in org.apache.maven.model.normalization with parameters of type ModelProblemCollector | |
---|---|
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)
|
Uses of ModelProblemCollector in org.apache.maven.model.plugin |
---|
Methods in org.apache.maven.model.plugin with parameters of type ModelProblemCollector | |
---|---|
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 |
DefaultReportingConverter.convertReporting(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 |
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 |
DefaultReportConfigurationExpander.expandPluginConfiguration(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
|
void |
DefaultPluginConfigurationExpander.expandPluginConfiguration(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
|
void |
LifecycleBindingsInjector.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 ModelProblemCollector | |
---|---|
List<Profile> |
ProfileSelector.getActiveProfiles(Collection<Profile> profiles,
ProfileActivationContext context,
ModelProblemCollector problems)
Determines the profiles which are active in the specified activation context. |
List<Profile> |
DefaultProfileSelector.getActiveProfiles(Collection<Profile> profiles,
ProfileActivationContext context,
ModelProblemCollector problems)
|
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)
|
Uses of ModelProblemCollector in org.apache.maven.model.profile.activation |
---|
Methods in org.apache.maven.model.profile.activation with parameters of type ModelProblemCollector | |
---|---|
boolean |
PropertyProfileActivator.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 |
OperatingSystemProfileActivator.isActive(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems)
|
boolean |
JdkVersionProfileActivator.isActive(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems)
|
boolean |
FileProfileActivator.isActive(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 ModelProblemCollector | |
---|---|
void |
ModelValidator.validateEffectiveModel(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Checks the specified (effective) model for missing or invalid values. |
void |
DefaultModelValidator.validateEffectiveModel(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
|
void |
ModelValidator.validateRawModel(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Checks the specified (raw) model for missing or invalid values. |
void |
DefaultModelValidator.validateRawModel(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |