JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.maven.api.services.model
UrlNormalizer
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
normalize(String)
Interface UrlNormalizer
All Known Implementing Classes:
DefaultUrlNormalizer
public interface
UrlNormalizer
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
normalize
(
String
url)
Normalizes the specified URL.
Method Details
normalize
String
normalize
(
String
url)
Normalizes the specified URL.
Parameters:
url
- The URL to normalize, may be
null
.
Returns:
The normalized URL or
null
if the input was
null
.