no message

This commit is contained in:
2024-10-14 15:19:13 +03:00
parent 8eef367bd4
commit 5e09fb44ea
634 changed files with 3751 additions and 3263 deletions

View File

@@ -9,15 +9,15 @@ import _VisualDVM.GlobalData.User.User;
import java.util.Date;
public abstract class RepositoryServerSSHPass extends ConnectionPass {
//--
protected RemoteFile userHome;
protected RemoteFile serverHome;
protected abstract String getServerFileName();
protected abstract String getServerHomeName();
@Override
public String getButtonText() {
return "";
}
//--
protected RemoteFile userHome;
protected RemoteFile serverHome;
@Override
protected boolean needsAnimation() {
return true;
@@ -37,7 +37,7 @@ public abstract class RepositoryServerSSHPass extends ConnectionPass {
}
//--
protected void StartServer() throws Exception {
user.connection.startShellProcess(serverHome,"server_out.txt", "java -jar " + getServerFileName());
user.connection.startShellProcess(serverHome, "server_out.txt", "java -jar " + getServerFileName());
//--
RemoteFile StartLog = new RemoteFile(serverHome, Constants.STARTED +
"_by_" +