Class DefaultModelVersionProcessor
java.lang.Object
org.apache.maven.model.interpolation.DefaultModelVersionProcessor
- All Implemented Interfaces:
ModelVersionProcessor
@Named
@Singleton
@Deprecated(since="4.0.0")
public class DefaultModelVersionProcessor
extends Object
implements ModelVersionProcessor
Deprecated.
Maven default implementation of the
ModelVersionProcessor
to support
CI Friendly Versions-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isValidProperty
(String property) Deprecated.void
overwriteModelProperties
(Properties modelProperties, ModelBuildingRequest request) Deprecated.This method is responsible for examining the request and possibly overwrite of the valid properties in the model
-
Constructor Details
-
DefaultModelVersionProcessor
public DefaultModelVersionProcessor()Deprecated.
-
-
Method Details
-
isValidProperty
Deprecated.- Specified by:
isValidProperty
in interfaceModelVersionProcessor
- Parameters:
property
- the property to check- Returns:
true
if this is a valid property for this processor
-
overwriteModelProperties
Deprecated.Description copied from interface:ModelVersionProcessor
This method is responsible for examining the request and possibly overwrite of the valid properties in the model- Specified by:
overwriteModelProperties
in interfaceModelVersionProcessor
- Parameters:
modelProperties
-request
-
-
ModelBuilder
instead