Class WXMCommandVMAddE1000NetworkDevice
java.lang.Object
com.io7m.claypot.core.CLPAbstractCommand
com.io7m.waxmill.cmdline.internal.WXMAbstractCommandWithConfiguration
com.io7m.waxmill.cmdline.internal.WXMCommandVMAddE1000NetworkDevice
- All Implemented Interfaces:
com.io7m.claypot.core.CLPCommandType
public final class WXMCommandVMAddE1000NetworkDevice extends WXMAbstractCommandWithConfiguration
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description WXMCommandVMAddE1000NetworkDevice(com.io7m.claypot.core.CLPCommandContextType inContext)
Construct a command. -
Method Summary
Modifier and Type Method Description protected com.io7m.claypot.core.CLPCommandType.Status
executeActualWithConfiguration(java.nio.file.Path configurationPath)
java.lang.String
extendedHelp()
java.lang.String
name()
Methods inherited from class com.io7m.waxmill.cmdline.internal.WXMAbstractCommandWithConfiguration
error, executeActual, info, messages
-
Constructor Details
-
WXMCommandVMAddE1000NetworkDevice
public WXMCommandVMAddE1000NetworkDevice(com.io7m.claypot.core.CLPCommandContextType inContext)Construct a command.- Parameters:
inContext
- The command context
-
-
Method Details
-
name
public java.lang.String name() -
extendedHelp
public java.lang.String extendedHelp() -
executeActualWithConfiguration
protected com.io7m.claypot.core.CLPCommandType.Status executeActualWithConfiguration(java.nio.file.Path configurationPath) throws java.lang.Exception- Specified by:
executeActualWithConfiguration
in classWXMAbstractCommandWithConfiguration
- Throws:
java.lang.Exception
-