Class WXMDeviceAndPath

java.lang.Object
com.io7m.waxmill.boot.internal.WXMDeviceAndPath

public final class WXMDeviceAndPath
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    WXMDeviceAndPath​(int inIndex, WXMDeviceType inDevice, java.nio.file.Path inPath)  
  • Method Summary

    Modifier and Type Method Description
    WXMDeviceType device()  
    int index()  
    java.nio.file.Path path()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • index

      public int index()
    • device

      public WXMDeviceType device()
    • path

      public java.nio.file.Path path()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object