public interface IFileID
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilename()
Get the file name from this IFileID.
|
java.net.URI |
getURI()
Get the URI associated with the file identified by this IFileID.
|
java.net.URL |
getURL()
Get the url associated with the file identified by this IFileID.
|
java.lang.String getFilename()
null.java.net.URL getURL()
throws java.net.MalformedURLException
java.net.MalformedURLException - thrown if URL cannot be created for this IFileIDjava.net.URI getURI()
throws java.net.URISyntaxException
null.java.net.URISyntaxException - thrown if URI cannot be created for this IFileID.