Рефакторинг проходов запуска, остановки,публикации серверов

v++
This commit is contained in:
2025-02-13 16:20:48 +03:00
parent 016e51dbe5
commit dd1f7f8040
22 changed files with 230 additions and 278 deletions

View File

@@ -243,6 +243,14 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
}
//-
}
@Override
public String getServerFileName() {
return "TestingSystem.jar";
}
@Override
public String getServerHomeName() {
return "_testing_system";
}
//-->>>
@Override
protected void beforePublishAction(DBObject object) throws Exception {