Class BaseDevice
java.lang.Object
org.aesh.terminal.BaseDevice
- All Implemented Interfaces:
Device
- Author:
- Ståle W. Pedersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]getStringCapabilityAsInts(Capability capability) booleanputs(Consumer<int[]> output, Capability capability) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Device
getBooleanCapability, getNumericCapability, getStringCapability, type
-
Constructor Details
-
BaseDevice
public BaseDevice()
-
-
Method Details
-
getStringCapabilityAsInts
- Specified by:
getStringCapabilityAsIntsin interfaceDevice
-
puts
-