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)  
    void onChildValueProduced​(com.io7m.blackthorne.api.BTElementParsingContextType context, WXM1ZFSFilesystem result)  
    WXM1ZFSFilesystems onElementFinished​(com.io7m.blackthorne.api.BTElementParsingContextType context)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.io7m.blackthorne.api.BTElementHandlerType

    map, name, onCharacters, onElementStart, onShouldIgnoreUnrecognizedElements