Uses of Interface
org.apache.maven.model.building.ModelBuildingListener
Packages that use ModelBuildingListener
-
Uses of ModelBuildingListener in org.apache.maven.model.building
Classes in org.apache.maven.model.building that implement ModelBuildingListenerModifier and TypeClassDescriptionclass
Provides a skeleton implementation for model building listeners.Fields in org.apache.maven.model.building declared as ModelBuildingListenerModifier and TypeFieldDescriptionprivate ModelBuildingListener
DefaultModelBuildingRequest.modelBuildingListener
Methods in org.apache.maven.model.building that return ModelBuildingListenerModifier and TypeMethodDescriptionDefaultModelBuildingRequest.getModelBuildingListener()
FilterModelBuildingRequest.getModelBuildingListener()
ModelBuildingRequest.getModelBuildingListener()
Gets the model building listener to notify during the build process.Methods in org.apache.maven.model.building with parameters of type ModelBuildingListenerModifier and TypeMethodDescriptionvoid
ModelBuildingEventCatapult.fire
(ModelBuildingListener listener, ModelBuildingEvent event) Notifies the specified listener of the given event.DefaultModelBuildingRequest.setModelBuildingListener
(ModelBuildingListener modelBuildingListener) FilterModelBuildingRequest.setModelBuildingListener
(ModelBuildingListener modelBuildingListener) ModelBuildingRequest.setModelBuildingListener
(ModelBuildingListener modelBuildingListener) Sets the model building listener to notify during the build process. -
Uses of ModelBuildingListener in org.apache.maven.project
Classes in org.apache.maven.project that implement ModelBuildingListenerModifier and TypeClassDescriptionclass
Processes events from the model builder while building the effective model for aMavenProject
instance.