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