public class PtyChannelConfiguration extends Object implements PtyChannelConfigurationMutator
DEFAULT_COLUMNS_COUNT, DEFAULT_HEIGHT, DEFAULT_PTY_MODES, DEFAULT_ROWS_COUNT, DEFAULT_WIDTH, DUMMY_PTY_TYPE, WINDOWS_PTY_TYPE| Constructor and Description |
|---|
PtyChannelConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPtyColumns() |
int |
getPtyHeight() |
int |
getPtyLines() |
Map<PtyMode,Integer> |
getPtyModes() |
String |
getPtyType() |
int |
getPtyWidth() |
void |
setPtyColumns(int ptyColumns) |
void |
setPtyHeight(int ptyHeight) |
void |
setPtyLines(int ptyLines) |
void |
setPtyModes(Map<PtyMode,Integer> ptyModes) |
void |
setPtyType(String ptyType) |
void |
setPtyWidth(int ptyWidth) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyConfiguration, setupSensitiveDefaultPtyConfigurationpublic String getPtyType()
getPtyType in interface PtyChannelConfigurationHolderpublic void setPtyType(String ptyType)
setPtyType in interface PtyChannelConfigurationMutatorpublic int getPtyColumns()
getPtyColumns in interface PtyChannelConfigurationHolderpublic void setPtyColumns(int ptyColumns)
setPtyColumns in interface PtyChannelConfigurationMutatorpublic int getPtyLines()
getPtyLines in interface PtyChannelConfigurationHolderpublic void setPtyLines(int ptyLines)
setPtyLines in interface PtyChannelConfigurationMutatorpublic int getPtyWidth()
getPtyWidth in interface PtyChannelConfigurationHolderpublic void setPtyWidth(int ptyWidth)
setPtyWidth in interface PtyChannelConfigurationMutatorpublic int getPtyHeight()
getPtyHeight in interface PtyChannelConfigurationHolderpublic void setPtyHeight(int ptyHeight)
setPtyHeight in interface PtyChannelConfigurationMutatorpublic Map<PtyMode,Integer> getPtyModes()
getPtyModes in interface PtyChannelConfigurationHolderpublic void setPtyModes(Map<PtyMode,Integer> ptyModes)
setPtyModes in interface PtyChannelConfigurationMutatorCopyright © 2018–2020 The Apache Software Foundation. All rights reserved.