public class RedirectLocations
extends Object
A collection of URIs that were used as redirects.
-
-
Method Summary
| Modifier and Type |
Method |
Description |
void |
add(URI uri) |
Adds a new URI to the list of redirects.
|
boolean |
contains(URI uri) |
Returns true if this collection contains the given URI.
|
boolean |
remove(URI uri) |
Removes a URI from the list of redirects.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public RedirectLocations()
-
Method Details
-
public boolean contains(
URI uri)
Returns true if this collection contains the given URI.
-
public void add(
URI uri)
Adds a new URI to the list of redirects.
-
public boolean remove(
URI uri)
Removes a URI from the list of redirects.