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
Description
Method Summary
Method Details
normalize(String)
Hide sidebar
Show sidebar
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
.