[project] moving PtyBasedProcess to a more appropriate module

GitOrigin-RevId: e5d5a085c413543fbf821a7f5b7a696759522e5c
This commit is contained in:
Roman Shevchenko
2024-06-06 22:59:20 +02:00
committed by intellij-monorepo-bot
parent 73b0ae08aa
commit 8eccbc661a
4 changed files with 8 additions and 6 deletions

View File

@@ -324,4 +324,7 @@ c:com.intellij.execution.process.OSProcessHandler
c:com.intellij.execution.process.OSProcessHandler$Silent
- com.intellij.execution.process.OSProcessHandler
- <init>(com.intellij.execution.configurations.GeneralCommandLine):V
- p:readerOptions():com.intellij.util.io.BaseOutputReader$Options
- p:readerOptions():com.intellij.util.io.BaseOutputReader$Options
com.intellij.execution.process.PtyBasedProcess
- a:hasPty():Z
- a:setWindowSize(I,I):V

View File

@@ -405,6 +405,9 @@ c:com.intellij.execution.process.ProcessWrapper
- getOriginalProcess():java.lang.Process
- getOutputStream():java.io.OutputStream
- waitFor():I
com.intellij.execution.process.PtyBasedProcess
- a:hasPty():Z
- a:setWindowSize(I,I):V
f:com.intellij.execution.process.ScriptRunnerUtil
- sf:STDERR_OUTPUT_KEY_FILTER:com.intellij.openapi.util.Condition
- sf:STDOUT_OR_STDERR_OUTPUT_KEY_FILTER:com.intellij.openapi.util.Condition

View File

@@ -1,8 +1,7 @@
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.execution.process;
public interface PtyBasedProcess {
boolean hasPty();
void setWindowSize(int columns, int rows);

View File

@@ -77,9 +77,6 @@ e:com.intellij.credentialStore.ProviderType
- s:getEntries():kotlin.enums.EnumEntries
- s:valueOf(java.lang.String):com.intellij.credentialStore.ProviderType
- s:values():com.intellij.credentialStore.ProviderType[]
com.intellij.execution.process.PtyBasedProcess
- a:hasPty():Z
- a:setWindowSize(I,I):V
a:com.intellij.ide.passwordSafe.PasswordSafe
- com.intellij.credentialStore.CredentialStore
- com.intellij.ide.passwordSafe.PasswordStorage