public interface IFileID extends ID
Modifier and Type | Method and Description |
---|---|
String |
getFilename()
Get the file name from this IFileID.
|
URI |
getURI()
Get the URI associated with the file identified by this IFileID.
|
URL |
getURL()
Get the url associated with the file identified by this IFileID.
|
equals, getName, getNamespace, hashCode, toExternalForm
compareTo
String getFilename()
null
.URL getURL() throws MalformedURLException
MalformedURLException
- thrown if URL cannot be created for this IFileIDURI getURI() throws URISyntaxException
null
.URISyntaxException
- thrown if URI cannot be created for this IFileID.Copyright © 2004–2020 Eclipse Foundation. All rights reserved.