Package com.io7m.waxmill.machines
Interface WXMTAPDeviceNameType
- All Known Implementing Classes:
WXMTAPDeviceName
@Immutable
public interface WXMTAPDeviceNameType
A TAP device name, such as
tap23.-
Method Summary
Modifier and Type Method Description default voidcheckPreconditions()Check preconditions for the type.java.lang.Stringvalue()
-
Method Details
-
value
@Parameter java.lang.String value()- Returns:
- The device name
-
checkPreconditions
@Check default void checkPreconditions()Check preconditions for the type.
-