Package com.io7m.waxmill.machines
Class WXMTTYBackends
java.lang.Object
com.io7m.waxmill.machines.WXMTTYBackends
public final class WXMTTYBackends
extends java.lang.Object
Functions over TTY backends.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWXMTTYBackends.NMDMSideThe "side" of an NMDM device. -
Method Summary
Modifier and Type Method Description static java.nio.file.PathnmdmPath(java.nio.file.FileSystem fileSystem, java.util.UUID machineId, WXMTTYBackends.NMDMSide side)Derive the nmdm device path for the given machine ID and side.
-
Method Details
-
nmdmPath
public static java.nio.file.Path nmdmPath(java.nio.file.FileSystem fileSystem, java.util.UUID machineId, WXMTTYBackends.NMDMSide side)Derive the nmdm device path for the given machine ID and side.- Parameters:
fileSystem- The file systemmachineId- The machine IDside- The device side- Returns:
- The device path
-