Package org.apache.maven.model.path
Interface UrlNormalizer
-
- All Known Implementing Classes:
DefaultUrlNormalizer
public interface UrlNormalizer
Normalizes a URL 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 java.lang.String
normalize(java.lang.String url)
Normalizes the specified URL.
-