Added config to the general ServerContext interface.
[jsvc.git] / src / dolda / jsvc / ServerContext.java
index b9809f9..9fd785a 100644 (file)
@@ -1,5 +1,6 @@
 package dolda.jsvc;
 
 public interface ServerContext {
-    public String rootpath();
+    public long starttime();
+    public java.util.Properties config();
 }