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, withAllocator
add, 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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
appendTo
forEach, iterator, spliterator
containsAll, equals, hashCode
parallelStream, stream
public final QEmuChardevOption chardevOption
public final QEmuMonitorOption monitorOption
public QEmuMonitorRecipe(@Nonnull CharDevice device)
CharDevice
.public QEmuMonitorRecipe(@Nonnegative int port)