Class NormalRelativeUrlResolver
java.lang.Object
org.apache.ivy.core.RelativeUrlResolver
org.apache.ivy.core.NormalRelativeUrlResolver
Normal implementation of RelativeUrlResolver.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RelativeUrlResolver
getURL
-
Constructor Details
-
NormalRelativeUrlResolver
public NormalRelativeUrlResolver()
-
-
Method Details
-
getURL
Description copied from class:RelativeUrlResolverResolve the url in the context of context.- Specified by:
getURLin classRelativeUrlResolver- Parameters:
context- The URL of the resource containing the reference urlurl- a relative or absolution url string- Returns:
- URL
- Throws:
MalformedURLException- if url is wrong
-