Uses of Interface
org.apache.maven.model.building.ModelBuildingListener
-
Packages that use ModelBuildingListener Package Description org.apache.maven.model.building -
-
Uses of ModelBuildingListener in org.apache.maven.model.building
Classes in org.apache.maven.model.building that implement ModelBuildingListener Modifier and Type Class Description classAbstractModelBuildingListenerProvides a skeleton implementation for model building listeners.Methods in org.apache.maven.model.building that return ModelBuildingListener Modifier and Type Method Description ModelBuildingListenerDefaultModelBuildingRequest. getModelBuildingListener()ModelBuildingListenerModelBuildingRequest. getModelBuildingListener()Gets the model building listener to notify during the build process.Methods in org.apache.maven.model.building with parameters of type ModelBuildingListener Modifier and Type Method Description ModelBuildingRequestDefaultModelBuildingRequest. setModelBuildingListener(ModelBuildingListener modelBuildingListener)ModelBuildingRequestModelBuildingRequest. setModelBuildingListener(ModelBuildingListener modelBuildingListener)Sets the model building listener to notify during the build process.
-