Color rework and refactor

This commit is contained in:
crschnick
2023-10-08 04:39:53 +00:00
parent ee41792491
commit 65a1ee2e73
27 changed files with 204 additions and 81 deletions
@@ -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();