This commit is contained in:
Sebastian Stenzel
2016-03-02 22:41:05 +01:00
parent 890a0c4408
commit 807fdae3b9
5 changed files with 22 additions and 1 deletions
@@ -23,4 +23,7 @@ public interface Frontend extends AutoCloseable {
void reveal() throws CommandFailedException;
// For now let's assume every single frontend knows what a WebDAV url is ;-)
String getWebDavUrl();
}