add method to return complete path of a project file
[jSite2.git] / src / net / pterodactylus / jsite / project / ProjectFile.java
index 984dcbe..1a8738a 100644 (file)
@@ -19,6 +19,7 @@
 
 package net.pterodactylus.jsite.project;
 
+import java.io.File;
 import java.util.List;
 
 import net.pterodactylus.jsite.core.Core;
@@ -48,6 +49,14 @@ public interface ProjectFile {
        public List<ProjectFile> getParents();
 
        /**
+        * Returns the complete path of this file, without a leading
+        * {@link File#separator}.
+        * 
+        * @return The complete path of this file
+        */
+       public String getCompletePath();
+
+       /**
         * Returns whether this file is a directory.
         * 
         * @return <code>true</code> if this file is a directory,