@Named @Singleton public class DefaultModelVersionProcessor extends Object implements ModelVersionProcessor
ModelVersionProcessor
to support
CI Friendly VersionsConstructor and Description |
---|
DefaultModelVersionProcessor() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValidProperty(String property) |
void |
overwriteModelProperties(Properties modelProperties,
ModelBuildingRequest request)
This method is responsible for examining the request and possibly overwrite of the valid properties in the model
|
public boolean isValidProperty(String property)
isValidProperty
in interface ModelVersionProcessor
property
- the property to checktrue
if this is a valid property for this processorpublic void overwriteModelProperties(Properties modelProperties, ModelBuildingRequest request)
ModelVersionProcessor
overwriteModelProperties
in interface ModelVersionProcessor
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.