mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-12 04:21:01 +00:00
Color rework and refactor
This commit is contained in:
@@ -15,10 +15,16 @@ import java.util.function.Predicate;
|
||||
|
||||
public interface ShellControl extends ProcessControl {
|
||||
|
||||
default boolean isLocal() {
|
||||
default boolean hasLocalSystemAccess() {
|
||||
return getSystemId().equals(XPipeSystemId.getLocal());
|
||||
}
|
||||
|
||||
boolean isLocal();
|
||||
|
||||
ShellControl changesHosts();
|
||||
|
||||
ShellControl getMachineRootSession();
|
||||
|
||||
String getOsName();
|
||||
|
||||
UUID getSystemId();
|
||||
|
||||
Reference in New Issue
Block a user