Package rs.baselib.util
Interface IUrlTransformer
- All Known Implementing Classes:
UriProviderWrapper,UrlProviderWrapper
public interface IUrlTransformer
Converts names to URLs.
- Author:
- ralph
-
Method Summary
Modifier and Type Method Description java.net.URLtoURL(java.lang.String url)Converts the given string to a URL.
-
Method Details
-
toURL
java.net.URL toURL(java.lang.String url) throws java.net.MalformedURLExceptionConverts the given string to a URL.- Parameters:
url- url- Returns:
- URL
- Throws:
java.net.MalformedURLException- when the URL cannot be created
-