mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
[project] moving PtyBasedProcess to a more appropriate module
GitOrigin-RevId: e5d5a085c413543fbf821a7f5b7a696759522e5c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
73b0ae08aa
commit
8eccbc661a
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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);
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user