add getProjects
[jSite2.git] / src / net / pterodactylus / jsite / core / Core.java
index 3e8357d..0599a76 100644 (file)
@@ -122,4 +122,11 @@ public interface Core {
         */
        public Project createProject() throws IOException, NoNodeException;
 
+       /**
+        * Returns a list of all projects.
+        * 
+        * @return A list of all projects
+        */
+       public List<Project> getProjects();
+
 }