public class QEmuMonitorRecipe extends QEmuOptionsList implements QEmuRecipe
QEmuOption.Container| Modifier and Type | Field and Description |
|---|---|
QEmuChardevOption |
chardevOption |
QEmuMonitorOption |
monitorOption |
modCount| Constructor and Description |
|---|
QEmuMonitorRecipe(CharDevice device)
Creates a QEmuMonitor on a given
CharDevice. |
QEmuMonitorRecipe(int port)
Creates a QEmuMonitor on a given TCP port.
|
appendTo, withAllocatoradd, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitappendToforEach, iterator, spliteratorcontainsAll, equals, hashCodeparallelStream, streampublic final QEmuChardevOption chardevOption
public final QEmuMonitorOption monitorOption
public QEmuMonitorRecipe(@Nonnull CharDevice device)
CharDevice.public QEmuMonitorRecipe(@Nonnegative int port)