Package com.io7m.waxmill.xml.vm.v1
Class WXM1VirtioNetworkDeviceParser
java.lang.Object
com.io7m.waxmill.xml.vm.v1.WXM1VirtioNetworkDeviceParser
- All Implemented Interfaces:
com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXMDeviceVirtioNetwork>
public final class WXM1VirtioNetworkDeviceParser extends java.lang.Object implements com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXMDeviceVirtioNetwork>
-
Constructor Summary
Constructors Constructor Description WXM1VirtioNetworkDeviceParser() -
Method Summary
Modifier and Type Method Description java.util.Map<com.io7m.blackthorne.api.BTQualifiedName,com.io7m.blackthorne.api.BTElementHandlerConstructorType<?,?>>onChildHandlersRequested(com.io7m.blackthorne.api.BTElementParsingContextType context)voidonChildValueProduced(com.io7m.blackthorne.api.BTElementParsingContextType context, java.lang.Object result)WXMDeviceVirtioNetworkonElementFinished(com.io7m.blackthorne.api.BTElementParsingContextType context)
-
Constructor Details
-
WXM1VirtioNetworkDeviceParser
public WXM1VirtioNetworkDeviceParser()
-
-
Method Details
-
onChildHandlersRequested
public java.util.Map<com.io7m.blackthorne.api.BTQualifiedName,com.io7m.blackthorne.api.BTElementHandlerConstructorType<?,?>> onChildHandlersRequested(com.io7m.blackthorne.api.BTElementParsingContextType context)- Specified by:
onChildHandlersRequestedin interfacecom.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXMDeviceVirtioNetwork>
-
onChildValueProduced
public void onChildValueProduced(com.io7m.blackthorne.api.BTElementParsingContextType context, java.lang.Object result)- Specified by:
onChildValueProducedin interfacecom.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXMDeviceVirtioNetwork>
-
onElementFinished
public WXMDeviceVirtioNetwork onElementFinished(com.io7m.blackthorne.api.BTElementParsingContextType context)- Specified by:
onElementFinishedin interfacecom.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXMDeviceVirtioNetwork>
-