add virtual flag in entry
[jSite2.git] / src / net / pterodactylus / jsite / project / PhysicalEntry.java
index e56a8a1..6985580 100644 (file)
@@ -33,6 +33,13 @@ public class PhysicalEntry extends AbstractEntry {
        private String path;
 
        /**
+        * Creates a new entry that represents a physical file on disk.
+        */
+       public PhysicalEntry() {
+               super(false);
+       }
+
+       /**
         * Returns the path of the file.
         * 
         * @return The path of the file