public class UnixStdioCharDevice extends AbstractCharDevice
Modifier and Type | Field and Description |
---|---|
boolean |
signal |
Constructor and Description |
---|
UnixStdioCharDevice() |
Modifier and Type | Method and Description |
---|---|
protected void |
addProperties(Map<String,Object> m) |
String |
toString() |
UnixStdioCharDevice |
withSignal(boolean signal) |
getName, getProperties
public boolean signal
public UnixStdioCharDevice()
@Nonnull public UnixStdioCharDevice withSignal(boolean signal)
protected void addProperties(Map<String,Object> m)
addProperties
in class AbstractCharDevice