A falsely removed import added back
[pithos] / src / gr / ebs / gss / client / Configuration.java
index 67f1e96..c5a3bf6 100644 (file)
@@ -78,9 +78,21 @@ public interface Configuration extends Constants {
        String webdavUrl();
 
        /**
+        * @return the URL of the service home page
+        */
+       @DefaultStringValue("http://localhost:8080/")
+       String serviceHome();
+
+       /**
         * @return the token TTL note
         */
        @DefaultStringValue("")
        String tokenTTLNote();
 
+       /**
+        * @return the version string
+        */
+       @DefaultStringValue("")
+       String version();
+
 }