tmf: Make order of files processing more natural during import
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / internal / tmf / ui / project / wizards / importtrace / IFileSystemObject.java
index 0bf69441d1c4c9d8c6dd2d757c057962b4192ccd..c81c2909d81aea4af91f57c76169a64ecd37928c 100644 (file)
@@ -54,4 +54,11 @@ public interface IFileSystemObject {
      * @return whether or not the file system object exists
      */
     boolean exists();
+
+    /**
+     * Returns whether or not this object represents a directory.
+     *
+     * @return whether or not this object represents a directory.
+     */
+    boolean isDirectory();
 }
\ No newline at end of file
This page took 0.049031 seconds and 5 git commands to generate.