public class URI extends AbstractXJdfType<String,URI>
| Constructor and Description |
|---|
URI()
Constructor.
|
URI(URI sourceUri)
Constructor.
|
URI(URI sourceUri,
String destPath)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
URI |
complete()
Completes this URI in order to marshal the correct file reference.
|
String |
getDestinationPath()
Get the destination path.
|
URI |
getSourceUri()
Get the source uri.
|
String |
marshal(URI v) |
String |
toString() |
URI |
unmarshal(String v) |
equals, hashCodepublic URI()
public URI(URI sourceUri)
sourceUri - Source uri of the file.public URI(URI sourceUri, String destPath) throws URISyntaxException
sourceUri - Source uri.destPath - Destination path. Should be given in case the file has to be packaged.URISyntaxExceptionpublic final URI getSourceUri()
public final String getDestinationPath()
public final URI complete()
public final String marshal(URI v) throws Exception
marshal in class XmlAdapter<String,URI>Exceptionpublic final URI unmarshal(String v) throws Exception
unmarshal in class XmlAdapter<String,URI>Exceptionpublic final String toString()
toString in class AbstractXJdfType<String,URI>Object.toString()Copyright © 2016. All rights reserved.