| Package | Description |
|---|---|
| de.schlichtherle.truezip.util |
General utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
UriBuilder |
UriBuilder.authority(java.lang.String authority)
Sets the URI authority component.
|
UriBuilder |
UriBuilder.clear()
Clears the state of this URI builder.
|
UriBuilder |
UriBuilder.fragment(java.lang.String fragment)
Sets the URI fragment component.
|
UriBuilder |
UriBuilder.path(java.lang.String path)
Sets the URI path component.
|
UriBuilder |
UriBuilder.query(java.lang.String query)
Sets the URI query component.
|
UriBuilder |
UriBuilder.scheme(java.lang.String scheme)
Sets the URI scheme component.
|
UriBuilder |
UriBuilder.string(java.lang.String uri)
Initializes all URI components from the given URI string.
|
UriBuilder |
UriBuilder.uri(java.net.URI uri)
Initializes all URI components from the given URI.
|
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.