|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.path.DefaultModelUrlNormalizer
@Component(role=ModelUrlNormalizer.class) public class DefaultModelUrlNormalizer
Normalizes URLs to remove the ugly parent references "../" that got potentially inserted by URL adjustment during model inheritance.
| Constructor Summary | |
|---|---|
DefaultModelUrlNormalizer()
|
|
| Method Summary | |
|---|---|
void |
normalize(Model model,
ModelBuildingRequest request)
Normalizes the well-known URLs of the specified model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultModelUrlNormalizer()
| Method Detail |
|---|
public void normalize(Model model,
ModelBuildingRequest request)
ModelUrlNormalizer
normalize in interface ModelUrlNormalizermodel - The model whose URLs should be normalized, may be null.request - The model building request that holds further settings, must not be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||