Package com.io7m.waxmill.machines
Class WXMConsoles
java.lang.Object
com.io7m.waxmill.machines.WXMConsoles
public final class WXMConsoles
extends java.lang.Object
Functions over consoles.
-
Method Summary
Modifier and Type Method Description static java.util.Optional<WXMDeviceType>findDefaultConsole(WXMVirtualMachine machine)Find the default console for the given machine.
-
Method Details
-
findDefaultConsole
Find the default console for the given machine.- Parameters:
machine- The machine- Returns:
- The default console, if exactly one exists
-