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, wait
copyConfiguration, setupSensitiveDefaultPtyConfiguration
public String getPtyType()
getPtyType
in interface PtyChannelConfigurationHolder
public void setPtyType(String ptyType)
setPtyType
in interface PtyChannelConfigurationMutator
public int getPtyColumns()
getPtyColumns
in interface PtyChannelConfigurationHolder
public void setPtyColumns(int ptyColumns)
setPtyColumns
in interface PtyChannelConfigurationMutator
public int getPtyLines()
getPtyLines
in interface PtyChannelConfigurationHolder
public void setPtyLines(int ptyLines)
setPtyLines
in interface PtyChannelConfigurationMutator
public int getPtyWidth()
getPtyWidth
in interface PtyChannelConfigurationHolder
public void setPtyWidth(int ptyWidth)
setPtyWidth
in interface PtyChannelConfigurationMutator
public int getPtyHeight()
getPtyHeight
in interface PtyChannelConfigurationHolder
public void setPtyHeight(int ptyHeight)
setPtyHeight
in interface PtyChannelConfigurationMutator
public Map<PtyMode,Integer> getPtyModes()
getPtyModes
in interface PtyChannelConfigurationHolder
public void setPtyModes(Map<PtyMode,Integer> ptyModes)
setPtyModes
in interface PtyChannelConfigurationMutator
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.