public interface IlvURLResolver
Modifier and Type | Method and Description |
---|---|
String |
getAbbreviateForm(URL url)
Returns the abbreviated form of the specified
url . |
URL |
resolveURL(String filename)
Resolves a URL from the specified
filename . |
URL resolveURL(String filename)
filename
.filename
- The file name or relative pathname expression
to retrieve a URL from.filename
or
null
if no URL could be resolved.String getAbbreviateForm(URL url)
url
. If the URL
is returned by the resolveURL(java.lang.String)
method, the abbreviated form should
be the file name given as the parameter of the resolveURL(java.lang.String)
method.url
- The URL to retrieve the abbreviated form from.url
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.