Class WXM1PathsParser

java.lang.Object
com.io7m.waxmill.xml.config.v1.WXM1PathsParser
All Implemented Interfaces:
com.io7m.blackthorne.api.BTElementHandlerType<WXM1Path,​WXM1Paths>

public final class WXM1PathsParser
extends java.lang.Object
implements com.io7m.blackthorne.api.BTElementHandlerType<WXM1Path,​WXM1Paths>
  • Constructor Summary

    Constructors 
    Constructor Description
    WXM1PathsParser​(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 WXM1Path>> onChildHandlersRequested​(com.io7m.blackthorne.api.BTElementParsingContextType context)  
    void onChildValueProduced​(com.io7m.blackthorne.api.BTElementParsingContextType context, WXM1Path result)  
    WXM1Paths 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
  • Constructor Details

    • WXM1PathsParser

      public WXM1PathsParser​(java.nio.file.FileSystem inFileSystem)
  • Method Details

    • onChildHandlersRequested

      public java.util.Map<com.io7m.blackthorne.api.BTQualifiedName,​com.io7m.blackthorne.api.BTElementHandlerConstructorType<?,​? extends WXM1Path>> onChildHandlersRequested​(com.io7m.blackthorne.api.BTElementParsingContextType context)
      Specified by:
      onChildHandlersRequested in interface com.io7m.blackthorne.api.BTElementHandlerType<WXM1Path,​WXM1Paths>
    • onChildValueProduced

      public void onChildValueProduced​(com.io7m.blackthorne.api.BTElementParsingContextType context, WXM1Path result)
      Specified by:
      onChildValueProduced in interface com.io7m.blackthorne.api.BTElementHandlerType<WXM1Path,​WXM1Paths>
    • onElementFinished

      public WXM1Paths onElementFinished​(com.io7m.blackthorne.api.BTElementParsingContextType context)
      Specified by:
      onElementFinished in interface com.io7m.blackthorne.api.BTElementHandlerType<WXM1Path,​WXM1Paths>