|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.dev.webdav.jaxrs.xml.elements.HRef
public final class HRef
WebDAV href XML Element.
| Constructor Summary | |
|---|---|
HRef(java.lang.String value)
|
|
HRef(java.net.URI uri)
|
|
| Method Summary | |
|---|---|
java.net.URI |
getUri()
Deprecated. Since 1.1.1. Use getURI() instead. Future releases
will not contain this method anymore. |
java.net.URI |
getURI()
|
java.lang.String |
getValue()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HRef(java.net.URI uri)
public HRef(java.lang.String value)
| Method Detail |
|---|
@Deprecated public final java.net.URI getUri()
getURI() instead. Future releases
will not contain this method anymore.
URI instance, if the content is a valid
URI; null otherwise.
public final java.net.URI getURI()
throws java.net.URISyntaxException
URI instance, if the value is a valid
URI; null otherwise.
java.net.URISyntaxExceptionpublic final java.lang.String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||