mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Add getter for vault directory
This commit is contained in:
parent
975f9a81da
commit
ec3ca06057
1 changed files with 2 additions and 0 deletions
|
@ -29,4 +29,6 @@ public interface DataStorageSyncHandler {
|
||||||
void handleCategory(DataStoreCategory category, boolean exists, boolean dirty);
|
void handleCategory(DataStoreCategory category, boolean exists, boolean dirty);
|
||||||
|
|
||||||
void handleDeletion(Path target, String name);
|
void handleDeletion(Path target, String name);
|
||||||
|
|
||||||
|
Path getDirectory();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue