class DefaultUriSource extends java.lang.Object implements UriSource
UriSource
.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private java.net.URI |
uri |
Constructor and Description |
---|
DefaultUriSource(java.net.URI uri) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.net.URI |
getUri()
Get the
URI that represents this source. |
int |
hashCode() |
java.lang.String |
toString() |
private static final long serialVersionUID
private final java.net.URI uri
public java.net.URI getUri()
UriSource
URI
that represents this source.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object