X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fproject%2FPhysicalEntry.java;h=698558024731faff71f4d1c778d858b53a839814;hb=95caf3bdb2b7946e4f20a45025f730dd47c5985c;hp=e56a8a192eb6d854fb6b98396452cb0cebc7ebf4;hpb=dcab7505473d0a4f779b4199eba4e201c4923df6;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/project/PhysicalEntry.java b/src/net/pterodactylus/jsite/project/PhysicalEntry.java index e56a8a1..6985580 100644 --- a/src/net/pterodactylus/jsite/project/PhysicalEntry.java +++ b/src/net/pterodactylus/jsite/project/PhysicalEntry.java @@ -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