public interface IIResource
Modifier and Type | Method and Description |
---|---|
default boolean |
equals(IIResource resource)
Compares two resources.
|
File |
getFile(Object monitor)
Get the Java canonical File.
|
String |
getFullPath()
Gets the full path to the resource.
|
String |
getName()
Gets the name of the resource.
|
boolean |
isDirectory()
Checks if this resource is a directory.
|
String getName()
String getFullPath() throws IOException
IOException
- For I/O errors.File getFile(Object monitor) throws IOException
monitor
- The IProgressMonitor, null for none.IOException
- For I/O errors.boolean isDirectory()
default boolean equals(IIResource resource)
resource
- The resource to compare to.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.