Improved the configuration structure.
[jsvc.git] / src / dolda / jsvc / ServerContext.java
index b9809f9..423deba 100644 (file)
@@ -1,5 +1,8 @@
 package dolda.jsvc;
 
 public interface ServerContext {
-    public String rootpath();
+    public long starttime();
+    public String sysconfig(String key, String def);
+    public String libconfig(String key, String def);
+    public String name();
 }