Any {@link MalformedURLException} is wrapped in an {@link IllegalArgumentException}.
@return new URL instance @since 1.14Convert this request into a url compatible with the WSAPI.
The current fetch and any other parameters will be included. @return the url representing this request.Convert this request into a url compatible with the WSAPI.
Any parameters set will be included. @return the url representing this request.Convert this request into a url compatible with the WSAPI.
The current fetch and any other parameters will be included. @return the url representing this request.Convert this request into a url compatible with the WSAPI.
The current criteria set on this request and any other parameters will be included. @return the url representing this request.Convert this request into a url compatible with the WSAPI.
The current fetch and any other parameters will be included. @return the url representing this request.file
URL for this File. The URL is System dependent and may not be transferable between different operating/file systems.
@return a file
URL for this File.
@throws java.net.MalformedURLException if the path cannot be transformed into an URL
This convenience method works as if invoking it were equivalent to evaluating the expression new URL(this.toString()) after first checking that this URI is absolute.
@return A URL constructed from this URI @throws IllegalArgumentException If this URL is not absolute @throws MalformedURLException If a protocol handler for the URL could not be found, or if some other error occurred while constructing the URL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|