Package com.io7m.waxmill.machines
Interface WXMMachineNameType
- All Known Implementing Classes:
WXMMachineName
@Immutable
public interface WXMMachineNameType
A machine name, such as
oregano.example.com.-
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 machine name
-
checkPreconditions
@Check default void checkPreconditions()Check preconditions for the type.
-