mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-24 08:18:33 -04:00
Improve shell connection validation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package io.xpipe.core.store;
|
||||
|
||||
public interface LeafShellStore extends DataStore {
|
||||
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
package io.xpipe.core.store;
|
||||
|
||||
public interface LeafStore extends DataStore {
|
||||
|
||||
}
|
||||
@@ -17,10 +17,6 @@ public interface ShellStore extends DataStore, StatefulDataStore, LaunchableStor
|
||||
return s instanceof LocalStore;
|
||||
}
|
||||
|
||||
default boolean canHaveSubs() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
default FileSystem createFileSystem() {
|
||||
return new ConnectionFileSystem(create(), this);
|
||||
|
||||
Reference in New Issue
Block a user