Uses of Enum
org.aesh.terminal.Device.TerminalType
Packages that use Device.TerminalType
-
Uses of Device.TerminalType in org.aesh.terminal
Methods in org.aesh.terminal that return Device.TerminalTypeModifier and TypeMethodDescriptiondefault Device.TerminalTypeDevice.detectTerminalType()Detect the terminal type from environment variables and TERM type.default Device.TerminalTypeConnection.getTerminalType()Get the detected terminal type based on environment variables.DeviceAttributes.inferTerminalType()Infer the terminal type from DA1/DA2 attributes.static Device.TerminalTypeReturns the enum constant of this type with the specified name.static Device.TerminalType[]Device.TerminalType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aesh.terminal with parameters of type Device.TerminalTypeModifier and TypeMethodDescriptionDeviceAttributes.getCapabilitySummary(Device.TerminalType envType) Get enhanced terminal capabilities by combining DA1/DA2 data with environment-detected terminal type.booleanDeviceAttributes.matchesTerminalType(Device.TerminalType expectedType) Validate that this terminal's attributes match the expected features for a given terminal type. -
Uses of Device.TerminalType in org.aesh.terminal.image
Methods in org.aesh.terminal.image with parameters of type Device.TerminalTypeModifier and TypeMethodDescriptionstatic ImageProtocolImageProtocolDetector.getProtocolForTerminalType(Device.TerminalType terminalType) Get the image protocol supported by a given terminal type. -
Uses of Device.TerminalType in org.aesh.terminal.utils
Methods in org.aesh.terminal.utils that return Device.TerminalTypeModifier and TypeMethodDescriptionstatic Device.TerminalTypeTerminalEnvironment.detectTerminalType()Get the detected terminal type (convenience method).TerminalEnvironment.getTerminalType()Get the detected terminal type.