JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.maven.api.services.model
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
.