Package org.apache.maven.model.path
Interface ModelUrlNormalizer
-
- All Known Implementing Classes:
DefaultModelUrlNormalizer
public interface ModelUrlNormalizerNormalizes URLs to remove the ugly parent references "../" that got potentially inserted by URL adjustment during model inheritance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnormalize(Model model, ModelBuildingRequest request)Normalizes the well-known URLs of the specified model.
-
-
-
Method Detail
-
normalize
void normalize(Model model, ModelBuildingRequest request)
Normalizes the well-known URLs of the specified model.- Parameters:
model- The model whose URLs should be normalized, may benull.request- The model building request that holds further settings, must not benull.
-
-