Class AbstractModelBuildingListener
java.lang.Object
org.apache.maven.model.building.AbstractModelBuildingListener
- All Implemented Interfaces:
ModelBuildingListener
@Deprecated(since="4.0.0")
public class AbstractModelBuildingListener
extends Object
implements ModelBuildingListener
Deprecated.
Provides a skeleton implementation for model building listeners. The methods of this class are empty.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Notifies the listener that the model has been constructed to the extent where build extensions can be processed.
-
Constructor Details
-
AbstractModelBuildingListener
public AbstractModelBuildingListener()Deprecated.
-
-
Method Details
-
buildExtensionsAssembled
Deprecated.Description copied from interface:ModelBuildingListener
Notifies the listener that the model has been constructed to the extent where build extensions can be processed.- Specified by:
buildExtensionsAssembled
in interfaceModelBuildingListener
- Parameters:
event
- The details about the event.
-
org.apache.maven.api.services.ModelBuilder
instead