Move the WebDAV URL to the properties file.
[pithos] / gss / src / gr / ebs / gss / client / Configuration.java
index f96897f..0305216 100644 (file)
@@ -64,4 +64,11 @@ public interface Configuration extends Constants {
         */
        @DefaultStringValue("rest/")
        String apiPath();
+
+       /**
+        * @return the WebDAV URL
+        */
+       @DefaultStringValue("/webdav/")
+       String webdavUrl();
+
 }