промежуточный. хранение инфы о конфигах, группах и тестах пакета.пока отлаживается.

This commit is contained in:
2024-09-10 01:50:44 +03:00
parent 958ccbc9ab
commit 151572fd82
21 changed files with 274 additions and 54 deletions

View File

@@ -120,12 +120,11 @@ public class GlobalProperties extends Properties {
return Paths.get(System.getProperty("user.dir"), "properties").toFile();
}
//--
public GlobalProperties(){
public GlobalProperties() {
}
public GlobalProperties(GlobalProperties p) {
super();
Mode=p.Mode;
Mode = p.Mode;
ServerAddress = p.ServerAddress;
ServerUserName = p.ServerUserName;
ServerUserSHHPort = p.ServerUserSHHPort;